From: Yann Collet Date: Mon, 24 Dec 2018 10:56:21 +0000 (-0800) Subject: fixed tests for minimal decoder builds X-Git-Tag: v1.3.8~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1473%2Fhead;p=thirdparty%2Fzstd.git 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). --- 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