Skip to content

Commit

Permalink
32 bit build in Travis (disabled for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel Jakob committed Nov 24, 2015
1 parent 3350b5e commit 5e90fa4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ addons:
- deadsnakes
packages:
- g++-4.8
- g++-4.8-multilib
- g++-multilib
- python3.5
- python3.5-dev
- python3.5-venv
- python3.5-dev:i386
matrix:
include:
- os: linux
Expand All @@ -27,3 +30,9 @@ matrix:
- cmake -DPYBIND11_PYTHON_VERSION=2.7
- make -j 2
- CTEST_OUTPUT_ON_FAILURE=TRUE make test
#- os: linux
#compiler: gcc-4.8
#script:
#- pyvenv-3.5 venv
#- cmake -DPYBIND11_PYTHON_VERSION=3.5 -DPYTHON_INCLUDE_DIR:PATH=/usr/include/python3.5m -DPYTHON_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpython3.5m.so -DPYTHON_EXECUTABLE:FILEPATH=`pwd`/venv/bin/python3.5 -DCMAKE_CXX_COMPILER=g++-4.8 -DCMAKE_CXX_FLAGS=-m32
#- make -j 2

0 comments on commit 5e90fa4

Please sign in to comment.