Skip to content

Commit

Permalink
Windows native build with sanitizers (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Nov 17, 2023
1 parent fb0893a commit 30d4c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
export PATH=${{ env.VCPKG_DIR_U }}/installed/${{ matrix.arch.triplet }}${{ matrix.build_mode.path_prefix }}/bin:$PATH
mkdir -p "build/Testing/Temporary"
cp "cmake/CTestCostData.txt" "build/Testing/Temporary"
ctest --parallel ${{ env.CORES }} --test-dir build -C ${{ matrix.build_mode.build_type }}--output-on-failure
ctest --parallel ${{ env.CORES }} --test-dir build -C ${{ matrix.build_mode.build_type }} --output-on-failure
# Local build hints:
# cmd /k "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
Expand Down

0 comments on commit 30d4c1b

Please sign in to comment.