summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-23 21:20:16 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-23 21:20:16 +0000
commite0457587b4d2b2f16216234f8eec0af059fba243 (patch)
treecc9ba4d23f6e08765e6c5722320072d3ad9caf49 /appveyor.yml
parentbf86996aa109dd572890522664627e0170281261 (diff)
Increase indentation again to try to fix parse error.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ccaa3633..0e95b79c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,17 +22,17 @@ 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'))
+ - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
build:
parallel: true