0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-22 00:18:57 +02:00

appveyor: lol dont do full system upgrade in first go

This commit is contained in:
William Pitcock 2016-03-20 20:40:51 -05:00
parent c82ce5c621
commit e94decb620

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 "pacman -Syu --noconfirm bash pacman msys2-runtime" - c:\msys64\usr\bin\sh.exe -lc "pacman -Sy --noconfirm bash pacman msys2-runtime"
- 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"