summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-22 21:55:46 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-22 21:55:46 +0000
commitbf86996aa109dd572890522664627e0170281261 (patch)
tree29b73729e316242f18e81c0c768e6782328ce8af /appveyor.yml
parent491670b498c985b29787d1878bad2222693d4b47 (diff)
Try enabling RDP to debug stuck build.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml21
1 files changed, 12 insertions, 9 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8b4034ed..ccaa3633 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,15 +22,18 @@ 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'))
+
build:
parallel: true
project: infrastructure/cmake/BoxBackup.sln