We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8225e0e commit b943d5fCopy full SHA for b943d5f
appveyor.yml
@@ -18,7 +18,7 @@ stack: go 1.12
18
install:
19
# install the task executor
20
- curl -o task.zip -LO https://github.com/go-task/task/releases/download/v2.6.0/task_windows_amd64.zip
21
- - 7z e task.zip -o$(GOPATH)\bin
+ - 7z e task.zip -o%GOPATH%\bin
22
# golang dependencies needed at test time
23
- go get github.com/golangci/govet
24
- go get golang.org/x/lint/golint
@@ -28,7 +28,7 @@ install:
28
# protobuf tooling needed at test time
29
- go get github.com/golang/protobuf/protoc-gen-go
30
- curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-win64.zip
31
- - 7z e protoc.zip -o$(PROTOC_PATH)
+ - 7z e protoc.zip -o%PROTOC_PATH%
32
33
test_script:
34
- task.exe test-integration
0 commit comments