mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
appveyor: image already had openssl installed
Fixes messages like "Version mismatch for openssl: compiled with 1000201f but running with 1000208f" [1]. According to next link: http://help.appveyor.com/discussions/questions/1132-openssl-installation-issues Refs: appveyor/ci#576 [1]: https://ci.appveyor.com/project/azat/libevent/build/2.1.5.95/job/dcy9cfoj3rfo4gdh
This commit is contained in:
parent
de0c1965ca
commit
4634b85bf2
@ -41,8 +41,6 @@ init:
|
||||
- 'echo Repo build commit is: %APPVEYOR_REPO_COMMIT%'
|
||||
- 'echo Cygwin root is: %CYG_ROOT%'
|
||||
install:
|
||||
- appveyor DownloadFile https://strcpy.net/packages/Win32OpenSSL-1_0_2a.exe
|
||||
- Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes
|
||||
- C:\MinGW\bin\mingw-get install autotools autoconf automake
|
||||
build_script:
|
||||
- ps: |
|
||||
@ -58,5 +56,3 @@ build_script:
|
||||
cmake --build .
|
||||
ctest --output-on-failure
|
||||
}
|
||||
cache:
|
||||
- C:\OpenSSL-Win32
|
||||
|
Loading…
x
Reference in New Issue
Block a user