mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
appveyor.yml: try MSYS2
This commit is contained in:
parent
ff03c8fe4b
commit
cf68e45c95
1 changed files with 5 additions and 4 deletions
|
|
@ -7,17 +7,18 @@ version: "{branch}.{build}"
|
||||||
environment:
|
environment:
|
||||||
global:
|
global:
|
||||||
GOPATH: c:\gopath
|
GOPATH: c:\gopath
|
||||||
CC: c:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin\gcc.exe
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go version
|
- go version
|
||||||
- "%CC% --version"
|
- cd c:\gopath\src\github.com\ethereum\go-ethereum
|
||||||
|
- set MSYSTEM=MINGW64
|
||||||
|
- C:\msys64\usr\bin\bash -l -c "gcc --version"
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- go run build\ci.go install
|
- C:\msys64\usr\bin\bash -l -c "go run build/ci.go install"
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- go run build\ci.go test -vet -coverage
|
- C:\msys64\usr\bin\bash -l -c "go run build/ci.go test -vet -coverage"
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- go run build\ci.go archive -type zip
|
- go run build\ci.go archive -type zip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue