0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 01:59:33 +02:00

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}
clone_depth: 10
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 "echo 'Building on:'"
- c:\msys64\usr\bin\sh.exe -lc "uname -a"