appveyor.yml experiment

This commit is contained in:
John Kerl 2020-08-19 13:31:00 -04:00
parent 76d40ce135
commit d12344cd6d

View file

@ -2,8 +2,6 @@ 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 "md5sum msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz{.sig,}"
- 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"
@ -24,7 +22,7 @@ build_script:
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; gcc --version"
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; pacman -Q"
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; cat msys2-build.sh"
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; bash -x msys2-build.sh"
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; bash -x msys2-build.sh || cat config.log"
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; cp /usr/bin/msys-2.0.dll ."
artifacts: