Skip to content

Commit d7e1f5a

Browse files
committed
add manylinux2014 build targets for linux
1 parent 444203b commit d7e1f5a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,21 @@ matrix:
100100
- INTERFACE64=1
101101
- MB_ML_VER=2010
102102

103+
# linux manylinux2014
104+
- os: linux
105+
env:
106+
- PLAT=x86_64
107+
- MB_ML_VER=2014
108+
- os: linux
109+
env:
110+
- PLAT=i686
111+
- MB_ML_VER=2014
112+
- os: linux
113+
env:
114+
- PLAT=x86_64
115+
- INTERFACE64=1
116+
- MB_ML_VER=2014
117+
103118
before_install:
104119
- source travis-ci/build_steps.sh
105120
- before_build

0 commit comments

Comments
 (0)