]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
travis.yml: test arm-ppc-compilation target 559/head
authorPrzemyslaw Skibinski <inikep@gmail.com>
Wed, 22 Feb 2017 10:21:34 +0000 (11:21 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Wed, 22 Feb 2017 10:21:34 +0000 (11:21 +0100)
.travis.yml

index a4d4a50ab51a00b1bc6b3c80cb6c17dc1ba6896e..b20c43329bc700c0aec2126694690bbf7f32fc40 100644 (file)
@@ -5,20 +5,20 @@ matrix:
   fast_finish: true
   include:
     # OS X Mavericks
-    - env: Ubu=OS_X_Mavericks Cmd="make gnu90test && make clean && make test && make clean && make travis-install"
+    - env: Cmd="make gnu90test && make clean && make test && make clean && make travis-install"
       os: osx
 
     # Ubuntu 14.04 LTS Server Edition 64 bit
-    - env: Ubu=14.04 Cmd='make gpp6install uasan-test && cd contrib/pzstd && make test-pzstd && make test-pzstd32 && make test-pzstd-tsan && make test-pzstd-asan'
+    - env: Cmd='make gpp6install uasan-test && cd contrib/pzstd && make test-pzstd && make test-pzstd32 && make test-pzstd-tsan && make test-pzstd-asan'
       install:
         - export CXX="g++-6" CC="gcc-6"
-    - env: Ubu=14.04 Cmd='CC=gcc-6 make gcc6install uasan-test32 && make clean zlibwrapper && make -C tests clean test-zstd-nolegacy && make -C tests versionsTest'
-    - env: Ubu=14.04 Cmd="make arminstall armtest && make clean && make aarch64test"
-    - env: Ubu=14.04 Cmd='make ppcinstall ppctest && make clean && make ppc64test'
+    - env: Cmd='CC=gcc-6 make gcc6install uasan-test32 && make clean zlibwrapper && make -C tests clean test-zstd-nolegacy && make -C tests versionsTest'
+    - env: Cmd="make arminstall armtest && make clean && make aarch64test"
+    - env: Cmd='make ppcinstall ppctest && make clean && make ppc64test'
 
     # other feature branches => short tests
-    - env: Ubu=14.04 Cmd='make arminstall ppcinstall arm-ppc-compilation && make valgrindinstall lib && CFLAGS="-O1 -g" make -C zlibWrapper valgrindTest && make -C tests valgrindTest'
-    - env: Ubu=14.04 Cmd="make libc6install && make -C tests test32"
+    - env: Cmd='make valgrindinstall arminstall ppcinstall arm-ppc-compilation && make clean lib && CFLAGS="-O1 -g" make -C zlibWrapper valgrindTest && make -C tests valgrindTest'
+    - env: Cmd="make libc6install && make -C tests test32"
 
 script:
   - JOB_NUMBER=$(echo $TRAVIS_JOB_NUMBER | sed -e 's:[0-9][0-9]*\.\(.*\):\1:')