mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
appveyor.yml: use absolute path for gcc
This commit is contained in:
parent
3705d661f6
commit
ff03c8fe4b
1 changed files with 2 additions and 3 deletions
|
|
@ -7,12 +7,11 @@ version: "{branch}.{build}"
|
||||||
environment:
|
environment:
|
||||||
global:
|
global:
|
||||||
GOPATH: c:\gopath
|
GOPATH: c:\gopath
|
||||||
CC: clang
|
CC: c:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin\gcc.exe
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd c:\gopath\src\github.com\ethereum\go-ethereum
|
|
||||||
- go version
|
- go version
|
||||||
- clang --version
|
- "%CC% --version"
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- go run build\ci.go install
|
- go run build\ci.go install
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue