Merge pull request #1929 from facebook/travisTest

added ppc64le tests on travis
dev
Yann Collet 2019-12-18 11:49:26 -08:00 committed by GitHub
commit 4ae0f681b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

3
.gitignore vendored
View File

@ -44,5 +44,6 @@ _zstdbench/
googletest/
*.d
*.vscode
*.code-workspace
compile_commands.json
.clangd
.clangd

View File

@ -152,6 +152,7 @@ matrix:
# tests for master branch and cron job only
- name: OS-X # ~13mn
if: branch = master
os: osx
script:
- make test
@ -168,12 +169,19 @@ matrix:
- CC=clang-3.8 make tsan-test-zstream
- CC=clang-3.8 make tsan-fuzztest
- name: PPC64 # ~13mn
- name: Qemu PPC64 + Fuzz test # ~13mn
if: branch = master
script:
- make ppcinstall
- make ppc64fuzz
- name: PPC64LE + Fuzz test # ~13mn
if: branch = master
arch: ppc64le
script:
- cat /proc/cpuinfo
- make test
# note : we already have aarch64 tests on hardware
- name: Qemu aarch64 + Fuzz Test (on Xenial) # ~14mn
if: branch = master