From: Tobias Brunner Date: Wed, 10 Feb 2021 17:04:27 +0000 (+0100) Subject: appveyor: Print OpenSSL version X-Git-Tag: 5.9.2dr2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=671164865b22661e85c3b818c1e65a564a8ccc80;p=thirdparty%2Fstrongswan.git appveyor: Print OpenSSL version --- diff --git a/.appveyor.yml b/.appveyor.yml index 453a1bf7fa..5d9170ec40 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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"'