We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f51b9f commit b7441dfCopy full SHA for b7441df
.github/workflows/ci.yml
@@ -202,24 +202,6 @@ jobs:
202
- name: C++ tests
203
run: cmake --build build2 --target cpptest
204
205
- # Third build - C++17 mode with unstable ABI
206
- - name: Configure (unstable ABI)
207
- run: >
208
- cmake -S . -B build3
209
- -DPYBIND11_WERROR=ON
210
- -DPYBIND11_PYTEST_ARGS=-v
211
- -DDOWNLOAD_CATCH=ON
212
- -DDOWNLOAD_EIGEN=ON
213
- -DCMAKE_CXX_STANDARD=17
214
- -DPYBIND11_INTERNALS_VERSION=10000000
215
- ${{ matrix.args }}
216
-
217
- - name: Build (unstable ABI)
218
- run: cmake --build build3 -j 2
219
220
- - name: Python tests (unstable ABI)
221
- run: cmake --build build3 --target pytest
222
223
- name: Interface test
224
run: cmake --build build2 --target test_cmake_build
225
0 commit comments