]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added a test to be played on travis
authorcyan4973 <yann.collet.73@gmail.com>
Tue, 17 Jul 2018 17:02:17 +0000 (19:02 +0200)
committercyan4973 <yann.collet.73@gmail.com>
Tue, 17 Jul 2018 17:02:17 +0000 (19:02 +0200)
to check a make variable construction

.travis.yml

index 80406064d745cf07a461aa48c6fa4c95c00132b6..1fd7e6aadd5639b554e81da8e4ed658705f9621c 100644 (file)
@@ -10,6 +10,7 @@ addons:
 matrix:
   include:
     # Ubuntu 14.04
+    - env: Cmd='make test'
     - env: Cmd='make gcc6install && CC=gcc-6 make -j all && make clean && CC=gcc-6 make clean uasan-test-zstd </dev/null' # also test when stdin is not a tty
     - env: Cmd='make gcc6install libc6install && CC=gcc-6 make clean uasan-test-zstd32'
     - env: Cmd='make gcc7install && CC=gcc-7 make clean uasan-test-zstd'
@@ -44,6 +45,7 @@ branches:
   only:
   - dev
   - master
+  - travisTest
 
 script:
   - JOB_NUMBER=$(echo $TRAVIS_JOB_NUMBER | sed -e 's:[0-9][0-9]*\.\(.*\):\1:')