summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-09 22:27:39 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-09 22:27:39 +0000
commite6ecaa2a6ad5f59a35f701df52a241cd83373c07 (patch)
tree194de068ffd595e675add359abf34df2c1b42397 /appveyor.yml
parent333b3e7fc582e967f049504da6e5da6ee862866e (diff)
Upgrade OpenSSL to 1.0.2e.
The old file has been removed from its previous URL, so Appveyor won't build the project any more until it's fixed.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f6c0e3fb..ea3d6b7d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -19,9 +19,10 @@ configuration:
environment:
VisualStudioVersion: 10.0
Generator: Visual Studio 10
+ OPENSSL_VERSION: 1.0.2e
cache:
- - '%APPVEYOR_BUILD_FOLDER%\..\openssl-1.0.2d'
+ - '%APPVEYOR_BUILD_FOLDER%\..\openssl-%OPENSSL_VERSION%'
- '%APPVEYOR_BUILD_FOLDER%\..\openssl-%PLATFORM%'
- '%APPVEYOR_BUILD_FOLDER%\..\pcre-8.38'
- '%APPVEYOR_BUILD_FOLDER%\..\pcre-%PLATFORM%'
@@ -50,10 +51,10 @@ install:
- msbuild INSTALL.vcxproj /m /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- cd %APPVEYOR_BUILD_FOLDER%\..
- - ps: Start-FileDownload 'https://www.openssl.org/source/openssl-1.0.2d.tar.gz'
- - 7za x openssl-1.0.2d.tar.gz
- - 7za x openssl-1.0.2d.tar
- - cd openssl-1.0.2d
+ - ps: Start-FileDownload 'https://www.openssl.org/source/openssl-%OPENSSL_VERSION%.tar.gz'
+ - 7za x openssl-%OPENSSL_VERSION%.tar.gz
+ - 7za x openssl-%OPENSSL_VERSION%.tar
+ - cd openssl-%OPENSSL_VERSION%
- perl Configure debug-VC-WIN32 no-asm --prefix=%APPVEYOR_BUILD_FOLDER%\..\openssl-%PLATFORM%
- ms\do_ms
- nmake /s /f ms\nt.mak