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 64407f1 commit d4f669fCopy full SHA for d4f669f
.github/workflows/build.yml
@@ -84,6 +84,9 @@ jobs:
84
cd build
85
cmake .. -DCMAKE_BUILD_TYPE="${{ matrix.build }}" -DCMAKE_CXX_FLAGS="${{ matrix.flags }}" -DCMAKE_EXE_LINKER_FLAGS="${{ matrix.linkflags }}" -DCMAKE_MODULE_LINKER_FLAGS="${{ matrix.linkflags }}" -DCMAKE_SHARED_LINKER_FLAGS="${{ matrix.linkflags }}"
86
cmake --build . --config Release -j 2
87
+ copy lib\Release\*.dll lib\
88
+ copy lib\Release\*.pyd lib\
89
+ copy bin\Release\*.exe bin\
90
ctest -j 2 --output-on-failure -L ${{ matrix.tests }}
91
- name: Combine coverage
92
if: matrix.os != 'windows-latest'
0 commit comments