appveyor: Print OpenSSL version

This commit is contained in:
Tobias Brunner 2021-02-10 18:04:27 +01:00
parent 781ad0b93b
commit 671164865b
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ install:
IF "%IMG%" == "2017" set OPENSSL=OpenSSL-v11
IF "%IMG%" == "2019" set OPENSSL=OpenSSL-v111
set OPENSSL_DIR=/c/%OPENSSL%-%TEST%
C:\%OPENSSL%-%TEST%\bin\openssl.exe version -a
build_script:
- '%MSYS_SH% --login -c ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER && ./scripts/test.sh deps"'