summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-23 22:01:09 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-23 22:01:09 +0000
commitce103456d969ddc963c1406e42e2a70aedb17b09 (patch)
tree949d67f03a42fbc8a426b226b3c1fad4df8255ab /appveyor.yml
parentc14239ccb7b428efe5890054785f35ea9266e436 (diff)
Move directory listing of build directories to after build is complete.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
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