summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2016-02-13 20:40:58 +0000
committerChris Wilson <chris+github@qwirx.com>2016-02-13 20:40:58 +0000
commit9d73e7cd998433372ed7d908ab0b0d88f97bd606 (patch)
treed78624a530b30b7ed3c1d41591f57a823d23a702 /appveyor.yml
parentdaccc5ec7fd74b096e04cbc13c37c15fd77c9a22 (diff)
Switch cache directories to relative paths, comment out wildcard item.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 28073277..c1cd8c7a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,15 +22,15 @@ 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'
-
+ - '..\zlib-1.2.8'
+ - '..\zlib-%PLATFORM%'
+ - '..\openssl-%OPENSSL_VERSION%'
+ - '..\openssl-%PLATFORM%'
+ - '..\pcre-8.38'
+ - '..\pcre-%PLATFORM%'
+ - 'infrastructure\cmake\%PLATFORM%'
+# - 'infrastructure\cmake\*.dir'
+
init:
- reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v UserAuthentication /t REG_DWORD /d 0 /f
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))