appveyor.yml experiment

This commit is contained in:
John Kerl 2020-08-19 13:15:52 -04:00
parent 10b823d6d5
commit 818b8f14bd

View file

@ -4,6 +4,7 @@ install:
- 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 "md5sum msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz{.sig,}"
- bash -lc "rm -r /etc/pacman.d/gnupg/"
- 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"