summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2020-06-02 23:24:56 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2020-06-02 23:24:56 +0100
commit3867639897aad9fb2c48dc84ddab47c9c8206689 (patch)
treebce6ec6130395e0c619790265e76d8c77a2b0f73 /.travis.yml
parent7fd9d94a9b6bf5904a042ea75eddeb40c7777cc2 (diff)
downloadswig-3867639897aad9fb2c48dc84ddab47c9c8206689.tar.gz
Travis ruby s390x (big endian) architecture testing
Currently failing on this architecture. Add s390x testing for Ruby c++11 Xenial rather than replace AMD Ruby C++11 Xenial testing.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 98a1b6319..4aac0e773 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -351,7 +351,6 @@ matrix:
sudo: required
dist: xenial
- os: linux
- arch: s390x
env: SWIGLANG=ruby CPP11=1
sudo: required
dist: xenial
@@ -415,6 +414,11 @@ matrix:
env: SWIGLANG=python GCC=9 CPP17=1 PY3=3 VER=3.8
sudo: required
dist: xenial
+ - os: linux
+ arch: s390x
+ env: SWIGLANG=ruby CPP11=1
+ sudo: required
+ dist: xenial
- compiler: gcc
os: osx
env: SWIGLANG=
@@ -464,6 +468,12 @@ matrix:
osx_image: xcode10.2
allow_failures:
+ # li_std_wstring failure see https://github.com/swig/swig/pull/1803
+ - os: linux
+ arch: s390x
+ env: SWIGLANG=ruby CPP11=1
+ sudo: required
+ dist: xenial
# Newer version of D not yet working/supported
- compiler: gcc
os: linux