appveyor: fix running of ctest in the right folder

This commit is contained in:
Hugues Delorme 2016-03-09 09:47:33 +01:00
parent fb04b67308
commit ff1017d41f

View File

@ -39,4 +39,4 @@ build_script:
-DGMIO_BUILD_TESTS_FAKE_SUPPORT=ON
- cmake --build .
- cmake --build . --target ZERO_CHECK
- if defined APPVEYOR_RUN_CHECK ( ctest tests -V -C %CONFIGURATION% )
- if defined APPVEYOR_RUN_CHECK ( cd tests && ctest . -V -C %CONFIGURATION% )