test multi-lines travis yaml file
This commit is contained in:
+14
-9
@@ -10,28 +10,32 @@ addons:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Ubuntu 14.04
|
# Ubuntu 14.04
|
||||||
- env: Cmd='make gcc6install && CC=gcc-6 make -j all && make clean && CC=gcc-6 make clean uasan-test-zstd'
|
- env: Cmd='make gcc6install && CC=gcc-6 make -j all \
|
||||||
|
&& make clean && CC=gcc-6 make clean uasan-test-zstd'
|
||||||
- env: Cmd='make gcc6install libc6install && CC=gcc-6 make clean uasan-test-zstd32'
|
- 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'
|
- env: Cmd='make gcc7install && CC=gcc-7 make clean uasan-test-zstd'
|
||||||
- env: Cmd='make clang38install && CC=clang-3.8 make clean msan-test-zstd'
|
- env: Cmd='make clang38install && CC=clang-3.8 make clean msan-test-zstd'
|
||||||
|
|
||||||
- env: Cmd='make gcc6install && CC=gcc-6 make clean uasan-fuzztest'
|
- env: Cmd='make gcc6install && CC=gcc-6 make clean uasan-fuzztest'
|
||||||
- env: Cmd='make gcc6install libc6install && CC=gcc-6 CFLAGS=-m32 make clean uasan-fuzztest'
|
- env: Cmd='make gcc6install libc6install \
|
||||||
|
&& make clean && CC=gcc-6 CFLAGS=-m32 make uasan-fuzztest'
|
||||||
- env: Cmd='make clang38install && CC=clang-3.8 make clean msan-fuzztest'
|
- env: Cmd='make clang38install && CC=clang-3.8 make clean msan-fuzztest'
|
||||||
- env: Cmd='make clang38install && CC=clang-3.8 make clean tsan-test-zstream'
|
- env: Cmd='make clang38install && CC=clang-3.8 make clean tsan-test-zstream'
|
||||||
|
|
||||||
- env: Cmd='make -C tests test-fuzzer-stackmode'
|
|
||||||
|
|
||||||
- env: Cmd='make valgrindinstall && make -C tests clean valgrindTest'
|
|
||||||
|
|
||||||
- env: Cmd='make arminstall && make armfuzz'
|
- env: Cmd='make arminstall && make armfuzz'
|
||||||
- env: Cmd='make arminstall && make aarch64fuzz'
|
- env: Cmd='make arminstall && make aarch64fuzz'
|
||||||
|
|
||||||
- env: Cmd='make ppcinstall && make ppcfuzz'
|
- env: Cmd='make ppcinstall && make ppcfuzz'
|
||||||
- env: Cmd='make ppcinstall && make ppc64fuzz'
|
- env: Cmd='make ppcinstall && make ppc64fuzz'
|
||||||
- env: Cmd='make -j uasanregressiontest && make clean && make -j msanregressiontest'
|
|
||||||
|
|
||||||
- env: Cmd='make lz4install && make -C tests test-lz4 test-pool && make clean && bash tests/libzstd_partial_builds.sh'
|
- env: Cmd='make -j uasanregressiontest \
|
||||||
|
&& make clean && make -j msanregressiontest'
|
||||||
|
|
||||||
|
- env: Cmd='make valgrindinstall && make -C tests clean valgrindTest \
|
||||||
|
&& make clean && make -C tests test-fuzzer-stackmode'
|
||||||
|
|
||||||
|
- env: Cmd='make lz4install && make -C tests test-lz4 \
|
||||||
|
&& make clean && make -C tests test-pool \
|
||||||
|
&& make clean && bash tests/libzstd_partial_builds.sh'
|
||||||
|
|
||||||
# tag-specific test
|
# tag-specific test
|
||||||
- if: tag =~ ^v[0-9]\.[0-9]
|
- if: tag =~ ^v[0-9]\.[0-9]
|
||||||
@@ -44,6 +48,7 @@ branches:
|
|||||||
only:
|
only:
|
||||||
- dev
|
- dev
|
||||||
- master
|
- master
|
||||||
|
- travisTest
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- JOB_NUMBER=$(echo $TRAVIS_JOB_NUMBER | sed -e 's:[0-9][0-9]*\.\(.*\):\1:')
|
- JOB_NUMBER=$(echo $TRAVIS_JOB_NUMBER | sed -e 's:[0-9][0-9]*\.\(.*\):\1:')
|
||||||
|
|||||||
Reference in New Issue
Block a user