Update appveyor.yml

This commit is contained in:
Gabi Melman
2020-04-29 03:32:52 +03:00
committed by GitHub
parent 6b4355b76f
commit 26ca1fb9f3

View File

@@ -45,7 +45,7 @@ build_script:
cmake --build . --config %BUILD_TYPE%
before_test:
- set PATH=%PATH%:.\%BUILD_TYPE%
- set PATH=%PATH%:C:\projects\spdlog\build\%BUILD_TYPE%
test_script:
- ctest -VV -C "%BUILD_TYPE%"