appveyor.yml 342 B

1234567891011121314151617181920
  1. version: "{build}"
  2. os: Windows Server 2012 R2
  3. clone_folder: c:\gopath\src\github.com\grafana\grafana
  4. environment:
  5. GOPATH: c:\gopath
  6. install:
  7. - choco install -y mingw
  8. - set PATH=C:\tools\mingw64\bin;%PATH%
  9. - echo %PATH%
  10. - echo %GOPATH%
  11. - go version
  12. - go env
  13. - go run build.go setup
  14. build_script:
  15. - go run build.go build