mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: fixes golang 1.8 build on windows
This commit is contained in:
parent
a4318e41f8
commit
492b2bd42f
@ -10,9 +10,10 @@ environment:
|
|||||||
GOVERSION: 1.8
|
GOVERSION: 1.8
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- rmdir c:\go /s /q
|
||||||
# install nodejs and npm
|
# install nodejs and npm
|
||||||
- ps: Install-Product node $env:nodejs_version
|
- ps: Install-Product node $env:nodejs_version
|
||||||
- npm install -g yarn --quiet
|
- npm install -g yarn --silent
|
||||||
- yarn install --pure-lockfile --no-progress
|
- yarn install --pure-lockfile --no-progress
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.zip
|
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user