removed duplicated release-only tests

from travisCI
as they are already part of Github Actions
This commit is contained in:
Yann Collet 2020-12-18 12:50:36 -08:00
parent 54cc01c5be
commit 7f09cdc8a8
2 changed files with 1 additions and 23 deletions

View File

@ -44,6 +44,7 @@ jobs:
sudo apt-get install clang-3.8
CC=clang-3.8 make tsan-test-zstream
CC=clang-3.8 make tsan-fuzztest
zlib-wrapper:
runs-on: ubuntu-16.04
steps:

View File

@ -93,11 +93,6 @@ matrix:
- make test
- make -C lib all
- name: zbuff test
if: branch = release
script:
- make -C tests test-zbuff
- name: Versions Compatibility Test # 11.5mn
if: branch = release
script:
@ -132,24 +127,6 @@ matrix:
- make arminstall
- make aarch64fuzz
- name: zlib wrapper test # ~7.5mn
if: branch = release
script:
- make gpp6install valgrindinstall
- make -C zlibWrapper test
- make -C zlibWrapper valgrindTest
- name: LZ4, thread pool, and partial libs tests # ~4mn
if: branch = release
script:
- make lz4install
- make -C tests test-lz4
- make check < /dev/null | tee # mess with lz4 console detection
- make clean
- make -C tests test-pool
- make clean
- bash tests/libzstd_partial_builds.sh
# meson dedicated test
- name: Xenial (Meson + clang) # ~15mn
if: branch = release