Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
102c94fc
Commit
102c94fc
authored
Jan 31, 2017
by
Jason Rhinelander
Committed by
Wenzel Jakob
Jan 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add i386 build (#612)
Adds a 32-bit (debian) build to travis-ci.
parent
18d7df5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
.travis.yml
+4
-1
No files found.
.travis.yml
View file @
102c94fc
...
@@ -36,6 +36,9 @@ matrix:
...
@@ -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:
...
@@ -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
...
...
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