1 Star 0 Fork 0

zjzdy / cppjieba

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 394 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanyiwu 提交于 2015-09-11 18:08 . update before_install for mac
language: cpp
before_install:
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install cmake; fi
- if [ $TRAVIS_OS_NAME == osx ]; then brew install cmake; fi
script:
- mkdir build
- cd build
- cmake ..
- make
- make test
os:
- linux
- osx
compiler:
- clang
- gcc
notifications:
recipients:
- i@yanyiwu.com
email:
on_success: change
on_failure: always
1
https://gitee.com/zjzdy/cppjieba.git
git@gitee.com:zjzdy/cppjieba.git
zjzdy
cppjieba
cppjieba
master

搜索帮助