Skip to content

Commit c2b1d8e

Browse files
authored
Merge pull request #25 from mattip/update-multibuild
update multibuild and test with xenial images
2 parents 479de91 + b84169a commit c2b1d8e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,35 +51,40 @@ matrix:
5151
env:
5252
- PLAT=aarch64
5353
- MB_ML_VER=2014
54-
# causes a segfault
55-
# - os: linux
54+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
55+
#- os: linux
5656
# arch: arm64
5757
# env:
5858
# - PLAT=aarch64
5959
# - INTERFACE64=1
6060
# - MB_ML_VER=2014
61+
# - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
6162
- os: linux
6263
arch: s390x
6364
env:
6465
- PLAT=s390x
6566
- MB_ML_VER=2014
67+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
6668
- os: linux
6769
arch: s390x
6870
env:
6971
- PLAT=s390x
7072
- INTERFACE64=1
7173
- MB_ML_VER=2014
74+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
7275
- os: linux
7376
arch: ppc64le
7477
env:
7578
- PLAT=ppc64le
7679
- MB_ML_VER=2014
80+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
7781
- os: linux
7882
arch: ppc64le
7983
env:
8084
- PLAT=ppc64le
8185
- INTERFACE64=1
8286
- MB_ML_VER=2014
87+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
8388
# linux manylinux2010
8489
- os: linux
8590
env:

0 commit comments

Comments
 (0)