summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-08-01 07:20:09 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-08-01 08:23:14 +0200
commitb6c0461e4fe08d9c5c91a209c6cd1cc1e70bc05c (patch)
tree52456824f9aa0f6acac93c2b40e80b4c5151df2b
parentb7fd746d692803807d3334d7f76ef55424bdd395 (diff)
downloadcython-b6c0461e4fe08d9c5c91a209c6cd1cc1e70bc05c.tar.gz
Add CI builds for different CPU architectures on travis.
-rw-r--r--.travis.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4166adc19..7b315c073 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -65,6 +65,25 @@ matrix:
env: LIMITED_API=--limited-api EXCLUDE=--no-file
- python: 3.6
env: LIMITED_API=--limited-api EXCLUDE=--no-file
+ - python: 3.8
+ arch: arm64
+ env: BACKEND=c
+ - python: 3.8
+ arch: arm64
+ env: BACKEND=cpp
+ - python: 3.8
+ arch: ppc64le
+ env: BACKEND=c
+ - python: 3.8
+ arch: ppc64le
+ env: BACKEND=cpp
+# s390x currently shows test failures.
+# - python: 3.8
+# arch: s390x
+# env: BACKEND=c
+# - python: 3.8
+# arch: s390x
+# env: BACKEND=cpp
- env: STACKLESS=true BACKEND=c PY=2
python: 2.7
- env: STACKLESS=true BACKEND=c PY=3