From d12344cd6d74c2c2bca2cbc2584f4814fb9154b5 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 19 Aug 2020 13:31:00 -0400 Subject: [PATCH] appveyor.yml experiment --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cada56324..31f2b4740 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: