1 Star 0 Fork 0

dqsjqian / cinatra

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
Micfan 提交于 2019-03-17 18:56 . add travis-ci
sudo: required
language: cpp
dist: trusty
git:
depth: 5
os:
- linux
compiler:
- g++
- clang++
arch:
packages:
- cmake
- gcc
- clang
- boost
script:
- cd example
- mkdir build && cd build
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_ASIO_STANDALONE=OFF
- make -j4
script:
- "curl -s https://raw.githubusercontent.com/Jackarain/arch-travis/master/arch-travis.sh | bash"
# branches:
# only:
# - master
notifications:
recipients: []
email:
on_success: change
on_failure: always
C++
1
https://gitee.com/dqsjqian/cinatra.git
git@gitee.com:dqsjqian/cinatra.git
dqsjqian
cinatra
cinatra
master

搜索帮助