From ecd519be234495bbc8b4a153c3a461aa858ae4a7 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 24 Jun 2017 10:11:02 -0400 Subject: [PATCH] appveyor iterate --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index d7e044901..bbfa43bbb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,10 @@ install: - bash -lc "pacman --noconfirm -S msys2-runtime" build_script: + - bash -lc "pwd" + - bash -lc "ls -l" + - bash -lc "echo $APPVEYOR_BUILD_FOLDER" + - bash -lc "cd $APPVEYOR_BUILD_FOLDER" - bash -lc "pwd" - bash -lc "ls -l" - bash -lc "./configure"