]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
restored cmake build tests in Travis
authorYann Collet <cyan@fb.com>
Wed, 24 Oct 2018 00:40:15 +0000 (17:40 -0700)
committerYann Collet <cyan@fb.com>
Wed, 24 Oct 2018 00:40:15 +0000 (17:40 -0700)
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.

.travis.yml

index a61b828760b8cc18381b6bff10bc92119f2a3c53..b01a80592732d32de5375c4d5f4fd0648ae8c434 100644 (file)
@@ -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'