From 3705d661f693f971723c0f74e0ec6a16ba4e3c35 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 13 Jul 2016 16:48:25 +0200 Subject: [PATCH] appveyor.yml: try clang --- appveyor.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e6b50d82b0..206b90d3fb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,15 +7,12 @@ version: "{branch}.{build}" environment: global: GOPATH: c:\gopath - # MinGW and Go are preinstalled. Go is already in PATH. - PATH: c:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin:%PATH% + CC: clang install: - 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 - - gcc --version + - clang --version build_script: - go run build\ci.go install