restored cmake build tests in Travis
for some reason, these tests were no longer played on Travis. As a consequence, I discovered some left-over from the util.c change while testing.
This commit is contained in:
parent
ccd2d426fc
commit
1ae38772df
@ -20,6 +20,8 @@ matrix:
|
||||
- env: Cmd='make gcc8install && CC=gcc-8 CFLAGS="-Werror -O3" make -j all'
|
||||
- env: Cmd='make clang38install && CC=clang-3.8 make clean msan-test-zstd'
|
||||
|
||||
- env: Cmd='make cmakebuild'
|
||||
|
||||
- env: Cmd='make staticAnalyze'
|
||||
|
||||
- env: Cmd='make gcc6install && CC=gcc-6 make clean uasan-fuzztest'
|
||||
|
Loading…
Reference in New Issue
Block a user