Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
5e90fa4e
Commit
5e90fa4e
authored
Nov 24, 2015
by
Wenzel Jakob
Browse files
32 bit build in Travis (disabled for now)
parent
3350b5e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
.travis.yml
.travis.yml
+9
-0
No files found.
.travis.yml
View file @
5e90fa4e
...
...
@@ -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
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment