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.
-DCMAKE_CXX_FLAGS="-D_=1"
1 parent a32f44d commit 51851f4Copy full SHA for 51851f4
.github/workflows/ci.yml
@@ -45,13 +45,14 @@ jobs:
45
# existing keys match.
46
#
47
# We support an optional key: args, for cmake args
48
- # TODO: Find a platform to test -DCMAKE_CXX_FLAGS="-D_=1"
49
include:
50
# Just add a key
51
- runs-on: ubuntu-20.04
52
python: '3.8'
53
args: >
54
-DPYBIND11_FINDPYTHON=ON
+ -DCMAKE_CXX_FLAGS="-D_=1"
55
+ exercise_D_: 1
56
57
python: 'pypy-3.8'
58
@@ -82,7 +83,7 @@ jobs:
82
83
84
- name: Setup Boost (Linux)
85
# Can't use boost + define _
- if: runner.os == 'Linux'
86
+ if: runner.os == 'Linux' && matrix.exercise_D_ != 1
87
run: sudo apt-get install libboost-dev
88
89
- name: Setup Boost (macOS)
0 commit comments