1 Star 1 Fork 0

yysf / cppjieba

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yanyi Wu 提交于 2017-04-03 23:14 . fix travis compiler
language: cpp
before_install:
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get 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/yysf_xin/cppjieba.git
git@gitee.com:yysf_xin/cppjieba.git
yysf_xin
cppjieba
cppjieba
master

搜索帮助