1 Star 0 Fork 1

hacrwang/sqlcheck

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 740 Bytes
一键复制 编辑 原始数据 按行查看 历史
jarulraj 提交于 2017-09-15 15:31 . Updated travis file for coverage build
sudo: false
language: generic
matrix:
include:
- os: linux
compiler: gcc
env: COMPILER=g++-4.9 CXX=g++-4.9 GCOV=gcov-4.9
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
- python-pip
before_install:
- pip install --user urllib3[secure]
- pip install --user cpp-coveralls
script:
- ./bootstrap
- cd build
- cmake --version
- cmake -DCMAKE_BUILD_TYPE=COVERAGE ..
- make VERBOSE=1
- make check
- g++-4.9 --version
- gcov-4.9 --version
- which gcov-4.9
- which gcov
after_success:
- coveralls --gcov /usr/bin/gcov-4.9 --root .. -E ".*external.*" -E ".*CMakeFiles.*" -E ".*test/.*.cpp.*"
notifications:
email: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hcrwang/sqlcheck.git
git@gitee.com:hcrwang/sqlcheck.git
hcrwang
sqlcheck
sqlcheck
master

搜索帮助