appveyor.yml experiment

This commit is contained in:
John Kerl 2020-08-19 13:42:10 -04:00
parent 4c720b1b85
commit 69eba670e8

View file

@ -14,6 +14,7 @@ install:
- bash -lc "pacman --noconfirm -S mingw-w64-x86_64-toolchain"
- bash -lc "pacman --noconfirm -S mingw-w64-x86_64-pcre"
- bash -lc "pacman --noconfirm -S msys2-runtime"
- bash -lc "pacman --noconfirm -S isl"
build_script:
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; pwd"