mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
appveyor.yml: more MSYS2
This commit is contained in:
parent
e2ca3f9a3c
commit
f3ba5d85ca
1 changed files with 5 additions and 4 deletions
|
|
@ -17,10 +17,11 @@ environment:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "%GO% version"
|
- "%GO% version"
|
||||||
# Update MSYS2, install MinGW gcc
|
# Update MSYS2
|
||||||
- bash -lc "pacman --noconfirm --sync --refresh --refresh pacman"
|
# - bash -lc "pacman --noconfirm --sync --refresh --refresh pacman"
|
||||||
- bash -lc "pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade"
|
# - bash -lc "pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade"
|
||||||
- bash -lc "pacman --noconfirm -S --needed base-devel"
|
# Install MinGW gcc
|
||||||
|
- bash -lc "pacman --noconfirm -S mingw-w64-gcc"
|
||||||
- gcc --version
|
- gcc --version
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue