appveyor iterate

This commit is contained in:
John Kerl 2017-06-24 09:47:31 -04:00
parent 9210a12e7b
commit b57ff95527

View file

@ -2,9 +2,9 @@ install:
- set PATH=C:\msys64\usr\bin;%PATH%
- bash -lc "pacman --needed --noconfirm -Syu"
- bash -lc "pacman --needed --noconfirm -Sy"
- bash -lc "pacman --needed --noconfirm base-devel"
- bash -lc "pacman --needed --noconfirm msys2-devel"
- bash -lc "pacman --needed --noconfirm mingw-w64-x86_64-toolchain"
- bash -lc "pacman --needed --noconfirm mingw-w64-x86_64-pcre"
- bash -lc "pacman --needed --noconfirm msys2-runtime"
- bash -lc "pacman --noconfirm base-devel"
- bash -lc "pacman --noconfirm msys2-devel"
- bash -lc "pacman --noconfirm mingw-w64-x86_64-toolchain"
- bash -lc "pacman --noconfirm mingw-w64-x86_64-pcre"
- bash -lc "pacman --noconfirm msys2-runtime"