summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
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'))