1 Star 0 Fork 0

chummy2015/cinatra

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 600 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jos 提交于 2015-07-08 23:46 +08:00 . add travis scripts
language: cpp
compiler:
- gcc
before_install:
- sudo add-apt-repository -y ppa:andykimpe/cmake
- sudo add-apt-repository -y ppa:boost-latest/ppa
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get -qq update
install:
- sudo apt-get install cmake
- sudo apt-get install -qq boost1.55
- .travis_scripts/gcc.sh
script:
- mkdir build; pushd build;
- cmake -D CMAKE_CXX_FLAGS=--coverage .. && make debug
- make run_test
- popd;
after_success:
- .travis_scripts/coveralls.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chummy2015/cinatra.git
git@gitee.com:chummy2015/cinatra.git
chummy2015
cinatra
cinatra
master

搜索帮助