Skip to content

Commit faf9ece

Browse files
authored
Merge pull request #20 from mattip/manylinux2010
add manylinux2010 builds
2 parents af2d53d + 7f67cc7 commit faf9ece

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,20 @@ matrix:
8080
- PLAT=ppc64le
8181
- INTERFACE64=1
8282
- MB_ML_VER=2014
83+
# linux manylinux2010
84+
- os: linux
85+
env:
86+
- PLAT=x86_64
87+
- MB_ML_VER=2010
88+
- os: linux
89+
env:
90+
- PLAT=i686
91+
- MB_ML_VER=2010
92+
- os: linux
93+
env:
94+
- PLAT=x86_64
95+
- INTERFACE64=1
96+
- MB_ML_VER=2010
8397

8498
before_install:
8599
- source travis-ci/build_steps.sh

0 commit comments

Comments
 (0)