7 Star 17 Fork 6

Yanyi Wu/cppjieba

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 319 Bytes
一键复制 编辑 原始数据 按行查看 历史
wyy 提交于 2014-10-12 16:22 . update travis-ci for operating system osx
language: cpp
before_install:
- sudo apt-get install cmake
script:
- mkdir build
- cd build
- cmake ..
- make
- ./test/test.run
- ./load_test
os:
- linux
- osx
compiler:
- clang
- gcc
notifications:
recipients:
- wuyanyi09@foxmail.com
email:
on_success: change
on_failure: always
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/yanyiwu/cppjieba.git
git@gitee.com:yanyiwu/cppjieba.git
yanyiwu
cppjieba
cppjieba
master

搜索帮助