Skip to content
代码片段 群组 项目
提交 87ae7b94 编辑于 作者: Yann Collet's avatar Yann Collet
浏览文件

travisCI: moved compatibility tests to `dev`

they are fast enough, and we want to catch such incompatibility early
上级 1d7adee6
No related branches found
No related tags found
无相关合并请求
......@@ -110,6 +110,16 @@ matrix:
- make clean
- make -j msanregressiontest
- name: C++, gnu90 and c99 compatibility # ~3mn
script:
- make cxxtest
- make clean
- make gnu90build
- make clean
- make c99build
- make clean
- make travis-install # just ensures `make install` works
- name: Valgrind + Fuzz Test Stack Mode # ~ 7mn
script:
- make valgrindinstall
......@@ -122,7 +132,7 @@ matrix:
- make arminstall
- make armfuzz
- name: aarch64 + Fuzz Test (on Xenial) # ~14mn
- name: Qemu aarch64 + Fuzz Test (on Xenial) # ~14mn
dist: xenial
script:
- make arminstall
......@@ -158,17 +168,6 @@ matrix:
- CC=clang-3.8 make tsan-test-zstream
- CC=clang-3.8 make tsan-fuzztest
- name: C++, gnu90 and c99 compatibility # ~3mn
if: branch = master
script:
- make cxxtest
- make clean
- make gnu90build
- make clean
- make c99build
- make clean
- make travis-install # just ensures `make install` works
- name: PPC64 # ~13mn
if: branch = master
script:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册