summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-11-29 19:48:34 +0000
committerChris Wilson <chris+github@qwirx.com>2015-11-29 19:48:34 +0000
commitf720b4891f3790cb774b8ad81fbc44245316cc4e (patch)
treeea0f51016a06bb8f4b54dc47475dc0006173174f /appveyor.yml
parent1b694bc574f64b7428495c28c08bc40fe991fa18 (diff)
We need to extract the .tar file within the .tar.gz in a separate step.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 85fd1939..f26f7a5b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -29,6 +29,7 @@ install:
- ps: "[Net.ServicePointManager]::SecurityProtocol = 'Tls12'"
- 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
- perl Configure debug-VC-WIN32 no-asm --prefix=%APPVEYOR_BUILD_FOLDER%\..\openssl
- ms\do_ms