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"