Skip to content

Commit ccdd351

Browse files
committed
WIP, BLD: add ppc64le, aarch64, s390x builds
1 parent 223f248 commit ccdd351

File tree

4 files changed

+24
-66
lines changed

4 files changed

+24
-66
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,37 @@ services: docker
2121
matrix:
2222
include:
2323
- os: linux
24+
- LABEL=64bit-linux
2425
- os: linux
2526
env:
27+
- LABEL=32bit-linux
2628
- PLAT=i686
2729
- os: osx
2830
language: objective-c
31+
- LABEL=64bit-macOS
2932
- os: osx
3033
language: objective-c
3134
env:
35+
- LABEL=32bit-macOS
3236
- PLAT=i686
37+
- os: linux
38+
arch: arm64
39+
env:
40+
- LABEL=64bit-aarch64
41+
- PLAT=aarch64
42+
- MB_ML_VER=2014
43+
- os: linux
44+
arch: s390x
45+
env:
46+
- LABEL=64bit-s390x
47+
- MB_ML_VER=2014
48+
- PLAT=s390x
49+
- os: linux
50+
arch: ppc64le
51+
env:
52+
- LABEL=64bit-ppc64le
53+
- MB_ML_VER=2014
54+
- PLAT=ppc64le
3355

3456
before_install:
3557
- source travis-ci/build_steps.sh

OpenBLAS

appveyor.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)