Update windows.yml

This commit is contained in:
greg
2021-11-08 19:39:49 -05:00
parent 753133a165
commit c06ffaf58a
+1 -1
View File
@@ -22,4 +22,4 @@ jobs:
CXXFLAGS: ${{ matrix.flags }} ${{ matrix.optimize }}
CTEST_OUTPUT_ON_FAILURE: 1
run: |
mkdir build && cd build && cmake -DPHMAP_BUILD_TESTS=ON -DPHMAP_BUILD_EXAMPLES=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON .. && cmake --build build --target ALL_BUILD && cmake --build build --target RUN_TESTS
cmake -H. -Bbuild -DPHMAP_BUILD_TESTS=ON -DPHMAP_BUILD_EXAMPLES=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON && cmake --build build --target ALL_BUILD && cmake --build build --target RUN_TESTS