appveyor.yml: try clang

This commit is contained in:
Felix Lange 2016-07-13 16:48:25 +02:00
parent 2721656d46
commit 3705d661f6

View file

@ -7,15 +7,12 @@ version: "{branch}.{build}"
environment: environment:
global: global:
GOPATH: c:\gopath GOPATH: c:\gopath
# MinGW and Go are preinstalled. Go is already in PATH. CC: clang
PATH: c:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin:%PATH%
install: install:
- cd c:\gopath\src\github.com\ethereum\go-ethereum - cd c:\gopath\src\github.com\ethereum\go-ethereum
- dir c:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin
- echo %PATH%
- go version - go version
- gcc --version - clang --version
build_script: build_script:
- go run build\ci.go install - go run build\ci.go install