[appveyor] install packages on second pacman upgrade run

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2020-05-22 15:40:42 +03:00
parent 14dc493e50
commit 2fcf843e96
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2

View file

@ -23,11 +23,11 @@ environment:
install: install:
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Rns gcc-fortran gcc mingw-w64-{i686,x86_64}-gcc-ada mingw-w64-{i686,x86_64}-gcc-objc" - c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Rns gcc-fortran gcc mingw-w64-{i686,x86_64}-gcc-ada mingw-w64-{i686,x86_64}-gcc-objc"
# TODO: revert that change when appveyor's images will be updated # TODO: revert that change when appveyor's images will be updated
#- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
- c:\msys64\usr\bin\bash -l "build/appveyor-msys2-upgrade.bash" - c:\msys64\usr\bin\bash -l "build/appveyor-msys2-upgrade.bash"
# update runtime
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Suuy" - c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -S ${MSYS_PACKAGES}" # update packages and install required
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu ${MSYS_PACKAGES}"
build_script: build_script:
- echo MSYSTEM = %MSYSTEM%, bitness = %MSYS_BITNESS% - echo MSYSTEM = %MSYSTEM%, bitness = %MSYS_BITNESS%