mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-14 06:49:35 -04: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 Repo build commit is: %APPVEYOR_REPO_COMMIT%'
|
||||||
- 'echo Cygwin root is: %CYG_ROOT%'
|
- 'echo Cygwin root is: %CYG_ROOT%'
|
||||||
install:
|
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
|
- C:\MinGW\bin\mingw-get install autotools autoconf automake
|
||||||
build_script:
|
build_script:
|
||||||
- ps: |
|
- ps: |
|
||||||
@ -58,5 +56,3 @@ build_script:
|
|||||||
cmake --build .
|
cmake --build .
|
||||||
ctest --output-on-failure
|
ctest --output-on-failure
|
||||||
}
|
}
|
||||||
cache:
|
|
||||||
- C:\OpenSSL-Win32
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user