Skip to content

Commit

Permalink
32 bit build in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel Jakob committed Nov 24, 2015
1 parent 3350b5e commit fb4129e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ addons:
- deadsnakes
packages:
- g++-4.8
- g++-4.8-multilib
- g++-multilib
- python3.5
- python3.5-dev
- python3.5-venv
Expand All @@ -21,6 +23,12 @@ matrix:
- source venv/bin/activate
- pip install numpy
- 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
- os: osx
compiler: clang
script:
Expand Down

0 comments on commit fb4129e

Please sign in to comment.