CI: Updates for recent AppVeyor changes.

This commit is contained in:
Renato Silva
2016-05-21 14:43:45 -03:00
parent e160b84cea
commit 062512828e

View File

@@ -7,13 +7,6 @@ environment:
BUILD_URL: https://ci.appveyor.com/project/$(APPVEYOR_ACCOUNT_NAME)/$(APPVEYOR_PROJECT_NAME)/build/$(APPVEYOR_BUILD_VERSION)
build_script:
# TODO: remove the line below once the AppVeyor installation includes a
# newer version of pacman that can perform core updates
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh pacman
# Git is required but currently not part of AppVeyor installation
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh git
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade
- C:\msys64\usr\bin\bash --login -c "$(cygpath ${APPVEYOR_BUILD_FOLDER})/ci-build.sh"