mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 14:45:12 +00:00
parent
18d7df5efd
commit
102c94fc38
@ -36,6 +36,9 @@ matrix:
|
|||||||
apt:
|
apt:
|
||||||
sources: [ubuntu-toolchain-r-test, kubuntu-backports]
|
sources: [ubuntu-toolchain-r-test, kubuntu-backports]
|
||||||
packages: [g++-4.8, cmake]
|
packages: [g++-4.8, cmake]
|
||||||
|
- sudo: true
|
||||||
|
services: docker
|
||||||
|
env: ARCH=i386 PYTHON=3.5 CPP=14 GCC=6
|
||||||
# A barebones build makes sure everything still works without optional deps (numpy/scipy/eigen)
|
# A barebones build makes sure everything still works without optional deps (numpy/scipy/eigen)
|
||||||
# and also tests the automatic discovery functions in CMake (Python version, C++ standard).
|
# and also tests the automatic discovery functions in CMake (Python version, C++ standard).
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -71,7 +74,7 @@ before_install:
|
|||||||
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||||
if [ -z "$GCC" ]; then export GCC=4.8; fi
|
if [ -z "$GCC" ]; then export GCC=4.8; fi
|
||||||
export CXX=g++-$GCC CC=gcc-$GCC;
|
export CXX=g++-$GCC CC=gcc-$GCC;
|
||||||
if [ "$GCC" = "6" ]; then export DOCKER=debian:testing
|
if [ "$GCC" = "6" ]; then export DOCKER=${ARCH:+$ARCH/}debian:testing
|
||||||
elif [ "$GCC" = "7" ]; then export DOCKER=debian:experimental APT_GET_EXTRA="-t experimental"
|
elif [ "$GCC" = "7" ]; then export DOCKER=debian:experimental APT_GET_EXTRA="-t experimental"
|
||||||
fi
|
fi
|
||||||
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user