diff options
author | gumi <git@gumi.ca> | 2018-02-17 17:54:55 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-02-17 17:54:55 -0500 |
commit | b537fa15eed68a98a621f93f52b5873b0a11ffc8 (patch) | |
tree | 6b481369a248867b0e5bad2e0d24e9b2fa88964f /.travis.yml | |
parent | 87450282a5b25fbba617985f72c49597f72083da (diff) | |
download | tmwa-18.2.17.1.tar.gz tmwa-18.2.17.1.tar.bz2 tmwa-18.2.17.1.tar.xz tmwa-18.2.17.1.zip |
release v18.2.17.1v18.2.17.1
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml index 44153a8..26bef5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,6 +85,21 @@ matrix: - libgtest-dev - valgrind - gdb + # Can't use valgrind and asan at the same time. + # Should probably fix the test leaks though. + - compiler: gcc + env: REAL_CC=gcc-5 REAL_CXX=g++-5 REAL_EXTRA=-fsanitize=address FORCE_TESTER='' ASAN_OPTIONS=detect_leaks=0 LDFLAGS="-fuse-ld=gold" + addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-5 + - libstdc++6-5-dbg + - libgtest-dev + # - valgrind + - gdb + allow_failures: - compiler: gcc env: REAL_CC=gcc-4.7 REAL_CXX=g++-4.7 LDFLAGS="-fuse-ld=gold" addons: @@ -133,20 +148,6 @@ matrix: - libgtest-dev - valgrind - gdb - # Can't use valgrind and asan at the same time. - # Should probably fix the test leaks though. - - compiler: gcc - env: REAL_CC=gcc-5 REAL_CXX=g++-5 REAL_EXTRA=-fsanitize=address FORCE_TESTER='' ASAN_OPTIONS=detect_leaks=0 LDFLAGS="-fuse-ld=gold" - addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - g++-5 - - libstdc++6-5-dbg - - libgtest-dev - # - valgrind - - gdb # LTO is buggy. - compiler: gcc env: REAL_CC=gcc-5 REAL_CXX=g++-5 REAL_EXTRA=-flto LDFLAGS="-fuse-ld=gold" @@ -160,8 +161,6 @@ matrix: - libgtest-dev - valgrind - gdb - allow_failures: - - env: REAL_CC=gcc-5 REAL_CXX=g++-5 REAL_EXTRA=-flto LDFLAGS="-fuse-ld=gold" # everything that was pushed to stable was already on 'master', except # the version change and some doc changes. |