Skip to content

Commit

Permalink
Debug CI build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Apr 15, 2024
1 parent f6f0015 commit 3d115ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if [ -z "${package}" ]; then
package="CxxWrap"
fi
cmake --build . --config Release
cmake --build . --config Debug
julia -e "using Pkg; Pkg.Registry.add(\"General\"); Pkg.Registry.add(RegistrySpec(url = \"https://github.com/barche/CxxWrapTestRegistry.git\"))"
julia -e "using Pkg; pkg\"add ${package}\"; using CxxWrap"
ctest -j 1 -C Release -V
ctest -j 1 -C Debug -V

0 comments on commit 3d115ef

Please sign in to comment.