From 515c2aa922b1ff846561c6aa2f63323330387bef Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 24 Dec 2018 02:56:21 -0800 Subject: [PATCH] fixed tests for minimal decoder builds It's incorrect to mix targets `all` and `check` with directive -j. They will be build in parallel and resulting artifacts will fight each other with different sets of build options (such as DEBUGLEVEL). --- .travis.yml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7454ae45..a2f315bfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,13 +23,6 @@ env: ZSTREAM_TESTTIME=-T2mn DECODECORPUS_TESTTIME=-T1mn -# TODO: -# - Add Coverity job -# - Ref https://travis-ci.org/systemd/systemd/jobs/461620858/config -#stages: -# # Run Coverity periodically instead of for each commit/PR -# - name: Coverity -# if: type = cron matrix: fast_finish: true @@ -44,20 +37,24 @@ matrix: - CC=gcc-6 CFLAGS=-Werror make -j all - make clean - CC=gcc-6 make -j uasan-test-zstd