appveyor.yml - re-enable testing on Windows

This commit is contained in:
Allen Winter
2022-03-15 07:59:43 -04:00
parent f98ce37c12
commit 339edf1143

View File

@@ -62,9 +62,7 @@ build_script:
- cmd: cmake --build . --target install
- sh: sudo cmake --build . --target install
- cmd: set PATH=.\bin;%PATH%
#temporarily disable testing on Windows
#- ctest --test-dir .
- sh: ctest --test-dir .
- ctest --test-dir .
# to disable automatic builds
#build: off