From ce103456d969ddc963c1406e42e2a70aedb17b09 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 23 Dec 2015 22:01:09 +0000 Subject: Move directory listing of build directories to after build is complete. --- appveyor.yml | 4 ++-- 1 file 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 -- cgit v1.2.3