appveyor.yml: more MSYS2

This commit is contained in:
Felix Lange 2016-07-13 22:23:45 +02:00
parent e2ca3f9a3c
commit f3ba5d85ca

View file

@ -17,10 +17,11 @@ environment:
install:
- "%GO% version"
# Update MSYS2, install MinGW gcc
- bash -lc "pacman --noconfirm --sync --refresh --refresh pacman"
- bash -lc "pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade"
- bash -lc "pacman --noconfirm -S --needed base-devel"
# Update MSYS2
# - bash -lc "pacman --noconfirm --sync --refresh --refresh pacman"
# - bash -lc "pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade"
# Install MinGW gcc
- bash -lc "pacman --noconfirm -S mingw-w64-gcc"
- gcc --version
build_script: