diff options
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index c2b8a780..6038314d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -102,10 +102,10 @@ install: - dir %APPVEYOR_BUILD_FOLDER%\..\openssl-%PLATFORM% - dir %APPVEYOR_BUILD_FOLDER%\..\pcre-8.38 - dir %APPVEYOR_BUILD_FOLDER%\..\pcre-%PLATFORM% - - dir %APPVEYOR_BUILD_FOLDER%\infrastructure\cmake\%PLATFORM% - - dir %APPVEYOR_BUILD_FOLDER%\infrastructure\cmake\*.dir test_script: + - dir %APPVEYOR_BUILD_FOLDER%\infrastructure\cmake\%PLATFORM% + - dir %APPVEYOR_BUILD_FOLDER%\infrastructure\cmake\*.dir - cd %APPVEYOR_BUILD_FOLDER%\infrastructure\cmake - ctest -C %CONFIGURATION% -V |