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
c27a6e13
Commit
c27a6e13
authored
Oct 22, 2019
by
Hans Dembinski
Committed by
Wenzel Jakob
Oct 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make builds with python tests and cpp tests fail if either one fails (#1967)
parent
759221f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
.travis.yml
+2
-4
No files found.
.travis.yml
View file @
c27a6e13
...
@@ -32,8 +32,7 @@ matrix:
...
@@ -32,8 +32,7 @@ matrix:
-
|
-
|
# Barebones build
# Barebones build
cmake -DCMAKE_BUILD_TYPE=Debug -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON -DPYTHON_EXECUTABLE=$(which $PY_CMD) .
cmake -DCMAKE_BUILD_TYPE=Debug -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON -DPYTHON_EXECUTABLE=$(which $PY_CMD) .
make pytest -j 2
make pytest -j 2 && make cpptest -j 2
make cpptest -j 2
# The following are regular test configurations, including optional dependencies.
# The following are regular test configurations, including optional dependencies.
# With regard to each other they differ in Python version, C++ standard and compiler.
# With regard to each other they differ in Python version, C++ standard and compiler.
-
os
:
linux
-
os
:
linux
...
@@ -131,8 +130,7 @@ matrix:
...
@@ -131,8 +130,7 @@ matrix:
-
|
-
|
# Barebones build
# Barebones build
cmake -DCMAKE_BUILD_TYPE=Debug -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON -DPYTHON_EXECUTABLE=$(which $PY_CMD) .
cmake -DCMAKE_BUILD_TYPE=Debug -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON -DPYTHON_EXECUTABLE=$(which $PY_CMD) .
make pytest -j 2
make pytest -j 2 && make cpptest -j 2
make cpptest -j 2
-
os
:
osx
-
os
:
osx
name
:
Python 2.7, c++14, AppleClang 7.3, CMake test
name
:
Python 2.7, c++14, AppleClang 7.3, CMake test
osx_image
:
xcode7.3
osx_image
:
xcode7.3
...
...
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