2 Star 1 Fork 0

zzqq2199 / Disruptor-cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 940 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: cpp
sudo: required
dist: trusty
addons:
apt:
sources:
# add PPAs with more up-to-date toolchains
packages:
matrix:
include:
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
env: COMPILER=g++-5
- compiler: clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.8
packages:
- g++-5 # need at least gcc 5 because clang uses gcc stl
- clang-3.8
env: COMPILER=clang++-3.8
before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
sudo apt-get install libboost-all-dev;
fi
script: mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Release -DDISRUPTOR_BUILD_TESTS=true .. && make VERBOSE=1 && make test
branches:
only:
- master
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zzqq2199/Disruptor-cpp.git
git@gitee.com:zzqq2199/Disruptor-cpp.git
zzqq2199
Disruptor-cpp
Disruptor-cpp
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891