mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
32 bit build in Travis (disabled for now)
This commit is contained in:
parent
3350b5e81c
commit
5e90fa4e6a
@ -7,9 +7,12 @@ addons:
|
|||||||
- deadsnakes
|
- deadsnakes
|
||||||
packages:
|
packages:
|
||||||
- g++-4.8
|
- g++-4.8
|
||||||
|
- g++-4.8-multilib
|
||||||
|
- g++-multilib
|
||||||
- python3.5
|
- python3.5
|
||||||
- python3.5-dev
|
- python3.5-dev
|
||||||
- python3.5-venv
|
- python3.5-venv
|
||||||
|
- python3.5-dev:i386
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -27,3 +30,9 @@ matrix:
|
|||||||
- cmake -DPYBIND11_PYTHON_VERSION=2.7
|
- cmake -DPYBIND11_PYTHON_VERSION=2.7
|
||||||
- make -j 2
|
- make -j 2
|
||||||
- CTEST_OUTPUT_ON_FAILURE=TRUE make test
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user