summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-11-29 21:06:51 +0000
committerChris Wilson <chris+github@qwirx.com>2015-11-29 21:06:51 +0000
commit9689b90fe73a34d6e725cf620d94d23c5405ac4b (patch)
treea296c45cf7b44441920bc80e33571dec95d9c663 /appveyor.yml
parenta4cd4454ea4771a2435c5a6ac1fb18f03335abc3 (diff)
Fix cd path.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 061e763b..a357edc5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -49,7 +49,7 @@ install:
- cinst cmake
- ps: Start-FileDownload 'ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.38.zip'
- 7za x pcre-8.38.zip
- - cd %APPVEYOR_BUILD_FOLDER%\..\pcre-8.38
+ - cd %APPVEYOR_BUILD_FOLDER%\..
- rename pcre-8.38 pcre
- cmake pcre
- cd %APPVEYOR_BUILD_FOLDER%