Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoronqtam <vik.kirilov@gmail.com>2019-05-06 11:53:42 +0300
committeronqtam <vik.kirilov@gmail.com>2019-05-06 11:53:42 +0300
commitb6dbff7c5576a5f377caa7c5f53f01df3c479827 (patch)
tree91924326dcef232c3b5b5c2eab4b9ed52ad7469e
parent18821c0c80ee0e7b1f5b3a02c6f7dcc0fefe0e86 (diff)
lets allow the gcc9 build to fail for now on travis - seems g++-9 isn't yet available as a package2.3.2
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6cca5b12..1522916e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -251,6 +251,11 @@ matrix:
# static code analysis
- env: COMPILER=clang++-4.0 STATIC_CODE_ANALYSIS=true
+
+ # GCC 9
+ - env: COMPILER=g++-9 HAS_ASAN=true HAS_UBSAN=true HAS_TSAN=true SANITIZER_CXX_FLAGS="-fuse-ld=gold" TSAN_CXX_FLAGS="-ltsan"
+ compiler: gcc
+ sudo: required
install:
- if [[ "${CODE_COVERAGE}" == "true" ]]; then gem install coveralls-lcov ; fi