From 21bae7c6a85f98cb82cf717eb33fc83f3e2a006d Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 2 Jul 2017 12:06:42 -0400 Subject: [PATCH] appveyor iterate --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index e5771c24c..8140b1005 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,5 +11,6 @@ install: build_script: - bash -lc "cd $APPVEYOR_BUILD_FOLDER; pwd" - bash -lc "cd $APPVEYOR_BUILD_FOLDER; ls -l" + - 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"