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

appveyor: just do what update-core does without using update-core since it doesnt support unattended upgrades

This commit is contained in:
William Pitcock 2016-03-20 20:36:31 -05:00
parent 264e9451b2
commit c82ce5c621

View file

@ -1,7 +1,7 @@
version: 3.6-dev_{build}
clone_depth: 10
install:
- c:\msys64\usr\bin\sh.exe -lc "update-core --noconfirm"
- c:\msys64\usr\bin\sh.exe -lc "pacman -Syu --noconfirm bash pacman msys2-runtime"
- 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"