Skip to content

Commit d4f669f

Browse files
committed
Put binaries in top-level directories
1 parent 64407f1 commit d4f669f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
cd build
8585
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 }}"
8686
cmake --build . --config Release -j 2
87+
copy lib\Release\*.dll lib\
88+
copy lib\Release\*.pyd lib\
89+
copy bin\Release\*.exe bin\
8790
ctest -j 2 --output-on-failure -L ${{ matrix.tests }}
8891
- name: Combine coverage
8992
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)