summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-07-10 08:00:00 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-07-10 08:00:00 +0000
commitb7f00a068ba6a1833789b65590ee6beafd5b655e (patch)
tree7cd5e5ecc8eb73ad71f16eb5af6cbcb28032b532
parent5a558b7c98a040fdfaf88b7b4a78d69e56390685 (diff)
downloadstrace-b7f00a068ba6a1833789b65590ee6beafd5b655e.tar.gz
travis: reintroduce ppc64le and s390x builds
Let's give travis another chance. This reverts commits 86a53f791ad34a825b8633eb0272d954647ce705 and 36f32a255db09886f7f9ba08ec712b8742f0c312. * .travis.yml (arch: ppc64le, arch: s390x): New entries.
-rw-r--r--.travis.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8f2a06b92..22f74796d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,3 +52,25 @@ matrix:
- TARGET=aarch64
- SLEEP_A_BIT="sleep 0.5"
- STACKTRACE=no
+ - compiler: gcc
+ arch: ppc64le
+ env:
+ - TARGET=ppc64le
+ - STACKTRACE=libdw
+ - compiler: gcc
+ arch: s390x
+ env:
+ - TARGET=s390x
+ - STACKTRACE=libdw
+ - compiler: gcc-10
+ arch: ppc64le
+ env:
+ - TARGET=ppc64le
+ - STACKTRACE=no
+ - KHEADERS=torvalds/linux
+ - compiler: gcc-10
+ arch: s390x
+ env:
+ - TARGET=s390x
+ - STACKTRACE=no
+ - KHEADERS=torvalds/linux