mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
appveyor: Install gperf manually on newer versions of msys2
This commit is contained in:
parent
c0ae81fc83
commit
38871d62ad
@ -30,8 +30,8 @@ install:
|
||||
IF "%IMG%" == "2019" set OPENSSL=OpenSSL-v111
|
||||
set OPENSSL_DIR=/c/%OPENSSL%-%TEST%
|
||||
C:\%OPENSSL%-%TEST%\bin\openssl.exe version -a
|
||||
# newer versions of msys2 don't provide autotools via base-devel anymore
|
||||
- IF "%IMG%" == "2019" %MSYS_SH% --login -c ". /etc/profile && pacman --noconfirm -S --needed autotools"
|
||||
# newer versions of msys2 don't provide autotools or gperf via base-devel anymore
|
||||
- IF "%IMG%" == "2019" %MSYS_SH% --login -c ". /etc/profile && pacman --noconfirm -S --needed autotools gperf"
|
||||
|
||||
build_script:
|
||||
- '%MSYS_SH% --login -c ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER && ./scripts/test.sh deps"'
|
||||
|
Loading…
x
Reference in New Issue
Block a user