summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2020-08-27 06:20:28 (GMT)
committerYann Collet <cyan@fb.com>2020-08-27 06:20:28 (GMT)
commit3e3a006c6f3337be4298e2c01ba3cb2c0ba04d45 (patch)
tree402305c0d06ccad0faec793b0889010bf3ae9fce /.travis.yml
parentf18dbeb8b54917cbc7a2417413c84604ee0b81f5 (diff)
parentb73cd37baba01229fb67a7aaae9e95fcffd09059 (diff)
downloadlz4-3e3a006c6f3337be4298e2c01ba3cb2c0ba04d45.zip
lz4-3e3a006c6f3337be4298e2c01ba3cb2c0ba04d45.tar.gz
lz4-3e3a006c6f3337be4298e2c01ba3cb2c0ba04d45.tar.bz2
Merge branch 'dev' into extraInput
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
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: