代码拉取完成,页面将自动刷新
language: cpp
dist: trusty
matrix:
include:
- os: linux
compiler: clang
env:
- CBUILD_TYPE="Release"
- os: linux
compiler: gcc
env:
- CBUILD_TYPE="Release"
- os: osx
compiler: clang
env:
- CBUILD_TYPE="Release"
- os: osx
compiler: gcc
env:
- CBUILD_TYPE="Release"
- os: linux
compiler: clang
dist: xenial
env:
- CBUILD_TYPE="Release"
- CXXFLAGS="-fsanitize=address,undefined"
- os: linux
compiler: gcc
env:
- TYPE="coverage"
- CXXFLAGS="--coverage"
- os: linux
compiler: gcc
env:
- CBUILD_TYPE="Release"
- CXXFLAGS="-fno-exceptions"
addons:
apt:
packages:
- libboost-test-dev
- lcov
script:
- cd tests
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE="$CBUILD_TYPE" ..
- VERBOSE=1 make
- ./tsl_robin_map_tests
after_success:
- if [[ "$TYPE" == "coverage" ]]; then lcov -c -b ../../include/ -d . -o coverage.info --no-external && bash <(curl -s https://codecov.io/bash) -f coverage.info; fi
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。