From 491670b498c985b29787d1878bad2222693d4b47 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 22 Dec 2015 21:46:39 +0000 Subject: OK, try double-quoting then. --- appveyor.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 5b008341..8b4034ed 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 - + - "%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" +" build: parallel: true project: infrastructure/cmake/BoxBackup.sln -- cgit v1.2.3