From 1ae38772dfc32b31421ee7d49f0205220a126ce4 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 23 Oct 2018 17:40:15 -0700 Subject: [PATCH] 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. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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' -- 2.47.2