This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +42
-1
lines changed Expand file tree Collapse file tree 1 file changed +42
-1
lines changed Original file line number Diff line number Diff line change 75
75
env :
76
76
- MB_PYTHON_VERSION=3.8
77
77
- MB_PYTHON_OSX_VER=10.9
78
-
78
+ - os : linux
79
+ arch : arm64
80
+ env :
81
+ - PLAT=aarch64
82
+ - INTERFACE64=1
83
+ - MB_ML_VER=2014
84
+ - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
85
+ - os : linux
86
+ arch : s390x
87
+ env :
88
+ - PLAT=s390x
89
+ - INTERFACE64=1
90
+ - MB_ML_VER=2014
91
+ - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
92
+ - os : linux
93
+ arch : ppc64le
94
+ env :
95
+ - PLAT=ppc64le
96
+ - INTERFACE64=1
97
+ - MB_ML_VER=2014
98
+ - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
99
+ - os : linux
100
+ env :
101
+ - MB_PYTHON_VERSION=pypy3.6-7.3
102
+ - MB_ML_VER=2014
103
+ - INTERFACE64=1
104
+ - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
105
+ - os : linux
106
+ env :
107
+ - MB_PYTHON_VERSION=pypy3.6-7.3
108
+ - MB_ML_VER=2014
109
+ - INTERFACE64=1
110
+ - PLAT=i686
111
+ - ENV_VARS_PATH=env_vars_32.sh
112
+ - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
113
+ - os : osx
114
+ language : generic
115
+ osx_image : xcode10.1
116
+ env :
117
+ - MB_PYTHON_VERSION=pypy3.6-7.3
118
+ - MB_PYTHON_OSX_VER=10.9
119
+
79
120
before_install :
80
121
- if [ "$TRAVIS_BRANCH" == "master" ]; then
81
122
CONTAINER="pre-release";
You can’t perform that action at this time.
0 commit comments