appveyor debug

This commit is contained in:
John Kerl 2020-08-04 11:55:29 -04:00
parent 7ab80335d1
commit 128552b6f7

View file

@ -2,6 +2,7 @@ install:
- set PATH=C:\msys64\usr\bin;%PATH%
- bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
- bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
- bash -lc "ls -l msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz{.sig,}"
- bash -lc "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz{.sig,}"
- bash -lc "pacman -U msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
- bash -lc "pacman --needed --noconfirm -Syu"