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
- '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: |
cmake --build .
ctest --output-on-failure
}
-cache:
- - C:\OpenSSL-Win32