mirror of
https://github.com/facebook/zstd.git
synced 2025-12-09 00:03:18 -05:00
removed duplicated release-only tests
from travisCI as they are already part of Github Actions
This commit is contained in:
parent
54cc01c5be
commit
7f09cdc8a8
1
.github/workflows/generic-release.yml
vendored
1
.github/workflows/generic-release.yml
vendored
@ -44,6 +44,7 @@ jobs:
|
|||||||
sudo apt-get install clang-3.8
|
sudo apt-get install clang-3.8
|
||||||
CC=clang-3.8 make tsan-test-zstream
|
CC=clang-3.8 make tsan-test-zstream
|
||||||
CC=clang-3.8 make tsan-fuzztest
|
CC=clang-3.8 make tsan-fuzztest
|
||||||
|
|
||||||
zlib-wrapper:
|
zlib-wrapper:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
23
.travis.yml
23
.travis.yml
@ -93,11 +93,6 @@ matrix:
|
|||||||
- make test
|
- make test
|
||||||
- make -C lib all
|
- make -C lib all
|
||||||
|
|
||||||
- name: zbuff test
|
|
||||||
if: branch = release
|
|
||||||
script:
|
|
||||||
- make -C tests test-zbuff
|
|
||||||
|
|
||||||
- name: Versions Compatibility Test # 11.5mn
|
- name: Versions Compatibility Test # 11.5mn
|
||||||
if: branch = release
|
if: branch = release
|
||||||
script:
|
script:
|
||||||
@ -132,24 +127,6 @@ matrix:
|
|||||||
- make arminstall
|
- make arminstall
|
||||||
- make aarch64fuzz
|
- 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
|
# meson dedicated test
|
||||||
- name: Xenial (Meson + clang) # ~15mn
|
- name: Xenial (Meson + clang) # ~15mn
|
||||||
if: branch = release
|
if: branch = release
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user