From 9689b90fe73a34d6e725cf620d94d23c5405ac4b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 29 Nov 2015 21:06:51 +0000 Subject: Fix cd path. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') 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% -- cgit v1.2.3