We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c936d4 commit 6f3e5e3Copy full SHA for 6f3e5e3
.travis.yml
@@ -1,4 +1,11 @@
1
language: cpp
2
+
3
+branches:
4
+ only:
5
+ - master
6
+ - stable
7
+ - /^v\d/
8
9
matrix:
10
include:
11
# This config does a few things:
@@ -33,6 +40,7 @@ matrix:
33
40
# Barebones build
34
41
cmake -DCMAKE_BUILD_TYPE=Debug -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON -DPYTHON_EXECUTABLE=$(which $PY_CMD) .
35
42
make pytest -j 2 && make cpptest -j 2
43
36
44
# The following are regular test configurations, including optional dependencies.
37
45
# With regard to each other they differ in Python version, C++ standard and compiler.
38
46
- os: linux
0 commit comments