mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
appveyor: just do what update-core does without using update-core since it doesnt support unattended upgrades
This commit is contained in:
parent
264e9451b2
commit
c82ce5c621
1 changed files with 1 additions and 1 deletions
|
@ -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 --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 "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"
|
||||||
|
|
Loading…
Reference in a new issue