summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2020-08-24 22:07:18 (GMT)
committerGitHub <noreply@github.com>2020-08-24 22:07:18 (GMT)
commitd64962a44bde352e24bf2e7553dc68c13568821e (patch)
tree2aa3f72268ce9d13945b495bde2d51d78a8f3842
parente8bd270d35d5f0f9665b801e7ee8ea37c6dc1e37 (diff)
parent184a487d0d8249989885ef421c529b5ea64e7e2b (diff)
downloadlz4-d64962a44bde352e24bf2e7553dc68c13568821e.zip
lz4-d64962a44bde352e24bf2e7553dc68c13568821e.tar.gz
lz4-d64962a44bde352e24bf2e7553dc68c13568821e.tar.bz2
Merge pull request #902 from lz4/realhw
added target aarch64, ppc64lw and s390x to TravisCI
-rw-r--r--.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f2da894..1474fad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -124,6 +124,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: