appveyor iterate

This commit is contained in:
John Kerl 2017-06-24 10:11:02 -04:00
parent 42444b4d4e
commit ecd519be23

View file

@ -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"