added travis tests for master and cron jobs

This commit is contained in:
Yann Collet
2018-06-27 14:24:54 -07:00
parent a2263a93ed
commit d947801569
+8
View File
@@ -39,6 +39,14 @@ matrix:
- if: tag =~ ^v[0-9]\.[0-9]
env: Cmd='make -C tests checkTag && tests/checkTag $TRAVIS_BRANCH'
# additional tests for master branch and cron job
- env: Cmd="make test"
os: osx
- env: Cmd='make clang38install && CC=clang-3.8 make clean tsan-test-zstream'
- env: Cmd='make cxxtest && make clean && make gnu90build && make clean && make cmakebuild && make clean && make travis-install'
- env: Cmd='make gpp6install valgrindinstall && make -C zlibWrapper test && make -C zlibWrapper valgrindTest'
git:
depth: 1