travis ci : added gcc-7 test

also added `-Werror` to sanitizer tests
This commit is contained in:
Yann Collet
2018-01-16 11:40:42 -08:00
parent a187486e3c
commit 19cb37f837
2 changed files with 12 additions and 8 deletions
+1
View File
@@ -8,6 +8,7 @@ matrix:
# Ubuntu 14.04
- env: Cmd='make gcc6install && CC=gcc-6 make clean uasan-test-zstd'
- env: Cmd='make gcc6install libc6install && CC=gcc-6 make clean uasan-test-zstd32'
- env: Cmd='make gcc7install && CC=gcc-7 make clean uasan-test-zstd'
- env: Cmd='make clang38install && CC=clang-3.8 make clean msan-test-zstd'
- env: Cmd='make gcc6install && CC=gcc-6 make clean uasan-fuzztest'