appveyor: use update-core --noconfirm

This commit is contained in:
William Pitcock 2016-03-20 20:32:06 -05:00
parent 315c3a8ff6
commit 264e9451b2

View file

@ -1,7 +1,7 @@
version: 3.6-dev_{build} version: 3.6-dev_{build}
clone_depth: 10 clone_depth: 10
install: install:
- c:\msys64\usr\bin\sh.exe -lc "update-core" - c:\msys64\usr\bin\sh.exe -lc "update-core --noconfirm"
- c:\msys64\usr\bin\sh.exe -lc "pacman -Syu --noconfirm" - c:\msys64\usr\bin\sh.exe -lc "pacman -Syu --noconfirm"
- c:\msys64\usr\bin\sh.exe -lc "echo 'Building on:'" - c:\msys64\usr\bin\sh.exe -lc "echo 'Building on:'"
- c:\msys64\usr\bin\sh.exe -lc "uname -a" - c:\msys64\usr\bin\sh.exe -lc "uname -a"