From: Yann Collet Date: Tue, 26 Nov 2019 18:30:11 +0000 (-0800) Subject: travisCI: moved compatibility tests to `dev` X-Git-Tag: v1.4.5^2~140^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87ae7b940b817add132f5349d2006263d96378fd;p=thirdparty%2Fzstd.git travisCI: moved compatibility tests to `dev` they are fast enough, and we want to catch such incompatibility early --- diff --git a/.travis.yml b/.travis.yml index 0b16f9dd1..27479517b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,6 +110,16 @@ matrix: - make clean - make -j msanregressiontest + - name: C++, gnu90 and c99 compatibility # ~3mn + script: + - make cxxtest + - make clean + - make gnu90build + - make clean + - make c99build + - make clean + - make travis-install # just ensures `make install` works + - name: Valgrind + Fuzz Test Stack Mode # ~ 7mn script: - make valgrindinstall @@ -122,7 +132,7 @@ matrix: - make arminstall - make armfuzz - - name: aarch64 + Fuzz Test (on Xenial) # ~14mn + - name: Qemu aarch64 + Fuzz Test (on Xenial) # ~14mn dist: xenial script: - make arminstall @@ -158,17 +168,6 @@ matrix: - CC=clang-3.8 make tsan-test-zstream - CC=clang-3.8 make tsan-fuzztest - - name: C++, gnu90 and c99 compatibility # ~3mn - if: branch = master - script: - - make cxxtest - - make clean - - make gnu90build - - make clean - - make c99build - - make clean - - make travis-install # just ensures `make install` works - - name: PPC64 # ~13mn if: branch = master script: