Skip to content

Commit 5e90fa4

Browse files
author
Wenzel Jakob
committed
32 bit build in Travis (disabled for now)
1 parent 3350b5e commit 5e90fa4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ addons:
77
- deadsnakes
88
packages:
99
- g++-4.8
10+
- g++-4.8-multilib
11+
- g++-multilib
1012
- python3.5
1113
- python3.5-dev
1214
- python3.5-venv
15+
- python3.5-dev:i386
1316
matrix:
1417
include:
1518
- os: linux
@@ -27,3 +30,9 @@ matrix:
2730
- cmake -DPYBIND11_PYTHON_VERSION=2.7
2831
- make -j 2
2932
- CTEST_OUTPUT_ON_FAILURE=TRUE make test
33+
#- os: linux
34+
#compiler: gcc-4.8
35+
#script:
36+
#- pyvenv-3.5 venv
37+
#- 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
38+
#- make -j 2

0 commit comments

Comments
 (0)