appveyor.yml experiment

This commit is contained in:
John Kerl 2020-08-19 11:54:22 -04:00
parent 6dc1262eae
commit 7097a5e98f

View file

@ -7,7 +7,7 @@ install:
- bash -lc "pacman-key --init"
- bash -lc "pacman-key --populate msys2"
- bash -lc "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
- bash -lc "pacman --noconfirm -U msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
- bash -lc "pacman --ask 20 -U msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
- bash -lc "pacman --needed --noconfirm -Syu"
- bash -lc "pacman --needed --noconfirm -Sy"
- bash -lc "pacman --noconfirm -S base-devel"