Copy the dll

This commit is contained in:
Jeremy 2024-02-05 23:47:07 -06:00
parent 6525b125ef
commit f972c43420
No known key found for this signature in database
GPG Key ID: BE03111EB7ED6E2E

View File

@ -167,6 +167,9 @@ jobs:
cd findpackage-integration/build
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=C:/foo "-GUnix Makefiles"
make
if("${{matrix.shared}}" -eq "On") {
cp C:/foo/bin/libcpptrace.dll .
}
./main
test-mingw-add_subdirectory:
runs-on: windows-2022