summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-27 20:54:47 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-27 20:54:47 +0000
commitdaccc5ec7fd74b096e04cbc13c37c15fd77c9a22 (patch)
tree23682277587d8d4e1e72361c32747190e5ad8db8 /appveyor.yml
parent522d67a1f80c9f718e5996278277e381d4ff43d9 (diff)
OK, try single-quoting then.
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 b32c11eb..28073277 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:
- reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v UserAuthentication /t REG_DWORD /d 0 /f