1 Star 0 Fork 14

lxq1586746679 / libgo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
sudo: required
dist: trusty
language: cpp
compiler:
- gcc
before_install:
- sudo add-apt-repository -y ppa:kojoley/boost
- sudo apt-get update -y || echo "update error"
- lsb_release -a
install:
- git clone https://github.com/yyzybb537/Boost-dev-bin.git /tmp/boost-dev-bin && sudo dpkg -i /tmp/boost-dev-bin/libboost1.59-all-dev.deb
- ls /usr/local/lib/libboost*
- sudo ldconfig
- sudo apt-get install -y -qq cmake
script:
- mkdir build; pushd build;
- cmake .. && make -j4 && sudo make install && make test_small && make tutorial && make run_test
- sudo rm * -rf && cmake .. -DENABLE_BOOST_COROUTINE=ON -DWITH_SAFE_SIGNAL=ON && make -j4 && sudo make install && make test_small && make tutorial && make run_test
- sudo rm * -rf && cmake .. -DENABLE_BOOST_COROUTINE=ON && make -j4 && sudo make install && make test_small && make tutorial && make run_test
- sudo rm * -rf && cmake .. -DENABLE_BOOST_CONTEXT=ON && make -j4 && sudo make install && make test_small && make tutorial && make run_test
- popd;
after_success:
-
branches:
only:
- dev
- master
notifications:
email: true
C++
1
https://gitee.com/lxq1586746679/libgo.git
git@gitee.com:lxq1586746679/libgo.git
lxq1586746679
libgo
libgo
master

搜索帮助