]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added cxxtest to master branch
authorYann Collet <cyan@fb.com>
Sun, 8 Oct 2017 07:12:17 +0000 (00:12 -0700)
committerYann Collet <cyan@fb.com>
Sun, 8 Oct 2017 07:12:17 +0000 (00:12 -0700)
C++ compilation will be tested every night

.travis.yml

index 9e4dd4bf6a41fae9b5577a14efbcee87d68b604d..5436b358e303570d389b77c81e6d7845c3aad76e 100644 (file)
@@ -6,7 +6,7 @@ dist: trusty
 matrix:
   include:
     # Ubuntu 14.04
-    - env: Cmd="make gnu90build && make clean && make cmakebuild && make clean && make travis-install"
+    - env: Cmd="make cxxtest && make clean && make gnu90build && make clean && make cmakebuild && make clean && make travis-install"
 
     - env: Cmd='make gcc6install && CC=gcc-6 make clean uasan-test'
     - env: Cmd='make gcc6install libc6install && CC=gcc-6 make clean uasan-test32'
@@ -26,8 +26,7 @@ matrix:
     - env: Cmd='make -j uasanregressiontest'
     - env: Cmd='make -j msanregressiontest'
 
-    - env: Cmd='make lz4install && make -C tests test-lz4'
-    - env: Cmd='make -C tests versionsTest'
+    - env: Cmd='make -C tests versionsTest && make lz4install && make -C tests test-lz4'
 
     # OS X Mavericks
     - env: Cmd="make test"