Merge pull request #151 from amousset/master

feat(all): Fix AppVeyor tests
This commit is contained in:
Alexis Mousset
2017-06-14 22:28:19 +02:00
committed by GitHub

View File

@@ -4,10 +4,6 @@ environment:
BITS: 64
OPENSSL_VERSION: 1_1_0f
OPENSSL_DIR: C:\OpenSSL
- TARGET: x86_64-pc-windows-gnu
BITS: 64
MSYS2: 1
OPENSSL_VERSION: 1_0_2L
install:
- ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-${env:OPENSSL_VERSION}.exe"
- Win%BITS%OpenSSL-%OPENSSL_VERSION%.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"