appveyor: fix running of ctest in the right folder
This commit is contained in:
parent
fb04b67308
commit
ff1017d41f
@ -39,4 +39,4 @@ build_script:
|
|||||||
-DGMIO_BUILD_TESTS_FAKE_SUPPORT=ON
|
-DGMIO_BUILD_TESTS_FAKE_SUPPORT=ON
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
- cmake --build . --target ZERO_CHECK
|
- 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% )
|
||||||
|
Loading…
Reference in New Issue
Block a user