File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ matrix:
32
32
- |
33
33
# Barebones build
34
34
cmake -DCMAKE_BUILD_TYPE=Debug -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON -DPYTHON_EXECUTABLE=$(which $PY_CMD) .
35
- make pytest -j 2
36
- make cpptest -j 2
35
+ make pytest -j 2 && make cpptest -j 2
37
36
# The following are regular test configurations, including optional dependencies.
38
37
# With regard to each other they differ in Python version, C++ standard and compiler.
39
38
- os : linux
@@ -131,8 +130,7 @@ matrix:
131
130
- |
132
131
# Barebones build
133
132
cmake -DCMAKE_BUILD_TYPE=Debug -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON -DPYTHON_EXECUTABLE=$(which $PY_CMD) .
134
- make pytest -j 2
135
- make cpptest -j 2
133
+ make pytest -j 2 && make cpptest -j 2
136
134
- os : osx
137
135
name : Python 2.7, c++14, AppleClang 7.3, CMake test
138
136
osx_image : xcode7.3
You can’t perform that action at this time.
0 commit comments