1 Star 0 Fork 141

chxj / evpp

forked from zieckey / evpp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.11 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
dist: trusty
language: cpp
compiler:
- g++
branches:
only:
- master
- dev
env:
global:
- CI_HOME=`pwd`
install:
- sudo apt-get install libboost-all-dev -y
- sudo apt-get install libevent-dev -y
- sudo apt-get install libgflags-dev -y
- sudo apt-get install libgtest-dev -y
- sudo apt-get install libgoogle-glog-dev -y
script:
- g++ --version
- cmake --version
- cd $CI_HOME
- pwd
- git submodule update --init --recursive
- mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE=debug ..
- make -j2
- cd ..
- mkdir build-release && cd build-release
- cmake -DCMAKE_BUILD_TYPE=release ..
- make -j2
- pwd
after_success:
- cd $CI_HOME
- pwd
- curl -L https://github.com/nsqio/nsq/releases/download/v0.3.8/nsq-0.3.8.linux-amd64.go1.6.2.tar.gz -o nsq-0.3.8.linux-amd64.go1.6.2.tar.gz
- tar zxvf nsq-0.3.8.linux-amd64.go1.6.2.tar.gz
- pwd
- make test -C build
- make test -C build-release
- cd $CI_HOME
- pwd
- cd tools/test_scripts
- pwd
- /bin/bash ./evnsq_test.sh
- pwd
# - coveralls --exclude dependencies --exclude test --gcov /usr/bin/gcov-5
C++
1
https://gitee.com/chxj8080/evpp.git
git@gitee.com:chxj8080/evpp.git
chxj8080
evpp
evpp
master

搜索帮助

14c37bed 8189591 565d56ea 8189591