chore(.appveyor.yml): separate upgrading and installing new packages

This commit is contained in:
Sebastian Ullrich 2017-06-03 11:06:15 +02:00
parent 0c90e97134
commit 355dac2cd1
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,8 @@ environment:
- MSYSTEM: MINGW64
install:
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu" # update core
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su" # update rest
# upgrading gcc to 6.x fails
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Suuy mingw-w64-x86_64-ninja mingw-w64-x86_64-cmake git"

View file

@ -3,6 +3,8 @@ environment:
- MSYSTEM: MINGW64
install:
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu" # update core
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su" # update rest
# upgrading gcc to 6.x fails
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Suuy mingw-w64-x86_64-ninja mingw-w64-x86_64-cmake git"