summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-23 21:25:38 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-23 21:25:38 +0000
commitb1628c05dc9b9b9aa7222539f73340e8f14ccd70 (patch)
treeecaf0ab3753461f11346e642c911922e5aa06d75 /appveyor.yml
parente0457587b4d2b2f16216234f8eec0af059fba243 (diff)
Escape backslashes to try to fix parse error.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0e95b79c..29a59198 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,14 +22,14 @@ environment:
OPENSSL_VERSION: 1.0.2e
cache:
- - "%APPVEYOR_BUILD_FOLDER%\..\zlib-1.2.8"
- - "%APPVEYOR_BUILD_FOLDER%\..\zlib-%PLATFORM%"
- - "%APPVEYOR_BUILD_FOLDER%\..\openssl-%OPENSSL_VERSION%"
- - "%APPVEYOR_BUILD_FOLDER%\..\openssl-%PLATFORM%"
- - "%APPVEYOR_BUILD_FOLDER%\..\pcre-8.38"
- - "%APPVEYOR_BUILD_FOLDER%\..\pcre-%PLATFORM%"
- - "%APPVEYOR_BUILD_FOLDER%\infrastructure\cmake\%PLATFORM%"
- - "%APPVEYOR_BUILD_FOLDER%\infrastructure\cmake\*.dir"
+ - "%APPVEYOR_BUILD_FOLDER%\\..\\zlib-1.2.8"
+ - "%APPVEYOR_BUILD_FOLDER%\\..\\zlib-%PLATFORM%"
+ - "%APPVEYOR_BUILD_FOLDER%\\..\\openssl-%OPENSSL_VERSION%"
+ - "%APPVEYOR_BUILD_FOLDER%\\..\\openssl-%PLATFORM%"
+ - "%APPVEYOR_BUILD_FOLDER%\\..\\pcre-8.38"
+ - "%APPVEYOR_BUILD_FOLDER%\\..\\pcre-%PLATFORM%"
+ - "%APPVEYOR_BUILD_FOLDER%\\infrastructure\\cmake\\%PLATFORM%"
+ - "%APPVEYOR_BUILD_FOLDER%\\infrastructure\\cmake\\*.dir"
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))