Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Build manulinux1 along manulinux2010, install only few header-based l…
Browse files Browse the repository at this point in the history
…ibraries for manylinux1
  • Loading branch information
wiktorn committed Feb 16, 2020
1 parent 6e448b6 commit 8895bb4
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,73 @@ matrix:
# Exclude the default Python 3.5 build
- python: 3.5
include:
# Manylinux1
- os: linux
env:
- MB_PYTHON_VERSION=2.7
- MB_ML_VER=1
- os: linux
env:
- MB_PYTHON_VERSION=2.7
- UNICODE_WIDTH=16
- MB_ML_VER=1
- os: linux
env:
- MB_PYTHON_VERSION=2.7
- PLAT=i686
- MB_ML_VER=1
- os: linux
env:
- MB_PYTHON_VERSION=2.7
- PLAT=i686
- UNICODE_WIDTH=16
- MB_ML_VER=1
- os: linux
env:
- MB_PYTHON_VERSION=3.4
- MB_ML_VER=1
- os: linux
env:
- MB_PYTHON_VERSION=3.4
- PLAT=i686
- MB_ML_VER=1
- os: linux
env:
- MB_PYTHON_VERSION=3.5
- MB_ML_VER=1
- os: linux
env:
- MB_PYTHON_VERSION=3.5
- PLAT=i686
- MB_ML_VER=1
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- MB_ML_VER=1
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- PLAT=i686
- MB_ML_VER=1
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- MB_ML_VER=1
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- PLAT=i686
- MB_ML_VER=1
- os: linux
env:
- MB_PYTHON_VERSION=3.8
- MB_ML_VER=1
- os: linux
env:
- MB_PYTHON_VERSION=3.8
- PLAT=i686
- MB_ML_VER=1
# Manylinux2010 (default)
- os: linux
env: MB_PYTHON_VERSION=2.7
- os: linux
Expand Down Expand Up @@ -85,6 +152,7 @@ matrix:
env:
- MB_PYTHON_VERSION=3.8
- PLAT=i686
# macOS wheels
- os: osx
language: generic
env:
Expand Down

0 comments on commit 8895bb4

Please sign in to comment.