summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4047cc30..3faa774c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -51,7 +51,11 @@ install:
- 7za x pcre-8.38.zip
- cd %APPVEYOR_BUILD_FOLDER%\..
- rename pcre-8.38 pcre
- - cmake pcre
+ - cd pcre
+ - cmake
+ - dir
+ - cd %APPVEYOR_BUILD_FOLDER%\..
+ - dir
- cd %APPVEYOR_BUILD_FOLDER%
- dir
- cd infrastructure\msvc