mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
107d565df4
* change and move the openssl self installer off to a site we own - the old link was 404, probably due to being replaced with a newer non-vuln version. But since we are only using this installer to auto-build with on appveyor (not as a release), then having a file we don't change and own seems to be a better solution. * reduce verbosity
12 lines
290 B
YAML
12 lines
290 B
YAML
install:
|
|
- appveyor DownloadFile https://strcpy.net/packages/Win32OpenSSL-1_0_2a.exe
|
|
- Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes
|
|
build_script:
|
|
- md build
|
|
- cd build
|
|
- cmake ..
|
|
- cmake --build .
|
|
- ctest --output-on-failure
|
|
cache:
|
|
- C:\OpenSSL-Win32
|