appveyor.yml: use absolute path for gcc

This commit is contained in:
Felix Lange 2016-07-13 17:00:28 +02:00
parent 3705d661f6
commit ff03c8fe4b

View file

@ -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