diff options
author | Yann Collet <cyan@fb.com> | 2020-08-26 23:20:28 -0700 |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2020-08-26 23:20:28 -0700 |
commit | 3e3a006c6f3337be4298e2c01ba3cb2c0ba04d45 (patch) | |
tree | 402305c0d06ccad0faec793b0889010bf3ae9fce /.travis.yml | |
parent | f18dbeb8b54917cbc7a2417413c84604ee0b81f5 (diff) | |
parent | b73cd37baba01229fb67a7aaae9e95fcffd09059 (diff) | |
download | lz4-3e3a006c6f3337be4298e2c01ba3cb2c0ba04d45.tar.gz lz4-3e3a006c6f3337be4298e2c01ba3cb2c0ba04d45.tar.bz2 lz4-3e3a006c6f3337be4298e2c01ba3cb2c0ba04d45.zip |
Merge branch 'dev' into extraInput
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 354cb63..6074f08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -122,6 +122,21 @@ matrix: - make platformTest CC=arm-linux-gnueabi-gcc QEMU_SYS=qemu-arm-static - make platformTest CC=aarch64-linux-gnu-gcc QEMU_SYS=qemu-aarch64-static + - name: aarch64 real-hw tests + arch: arm64 + script: + - make test + + - name: PPC64LE real-hw tests + arch: ppc64le + script: + - make test + + - name: IBM s390x real-hw tests + arch: s390x + script: + - make test + - name: (Xenial) gcc-5 compilation dist: xenial install: |