From: Yann Collet Date: Wed, 24 Oct 2018 00:40:15 +0000 (-0700) Subject: restored cmake build tests in Travis X-Git-Tag: v1.3.8~66^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ae38772dfc32b31421ee7d49f0205220a126ce4;p=thirdparty%2Fzstd.git 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. --- diff --git a/.travis.yml b/.travis.yml index a61b82876..b01a80592 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'