summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-11-30 19:42:37 +0000
committerChris Wilson <chris+github@qwirx.com>2015-11-30 19:42:37 +0000
commit894786f5047c82db7c7faa54a17798c044651976 (patch)
treee07d3e83f76f44b2da06c227217aa7db1bb42df2 /appveyor.yml
parentfada18ae1c1ee79d109a16f41cc4d9d5e52e0b50 (diff)
Create PCRE build files in the PCRE directory.
List directory contents so we can see what it's created.
Diffstat (limited to 'appveyor.yml')
-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