Added env variables for OpenSSL include dir and lib dir

This commit is contained in:
Antoine Gersant 2017-06-03 19:54:09 -07:00
parent 7a1a060068
commit 425e1f4ad8

View file

@ -85,6 +85,8 @@ install:
#OpenSSL install
- appveyor DownloadFile https://slproweb.com/download/Win64OpenSSL-1_1_0f.exe
- ps: Start-Process Win64OpenSSL-1_1_0f.exe -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes" -Wait
- cmd: SET OPENSSL_LIB_DIR=C:\OpenSSL-Win64
- cmd: SET OPENSSL_INCLUDE_DIR=C:\OpenSSL-Win64\include
#Rust install
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain %channel% --default-host %target%