Skip to content

Commit 8225e0e

Browse files
committed
debug
1 parent daed7a1 commit 8225e0e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: appveyor.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ skip_branch_with_pr: true
99

1010
environment:
1111
GOPATH: c:\gopath
12+
PROTOC_PATH: c:\protoc
13+
# add protoc, gopath and override default Python 2.7
14+
PATH: $(PROTOC_PATH)\bin;$(GOPATH)\bin;C:\Python37;C:\Python37\Scripts;$(PATH)
1215

1316
stack: go 1.12
1417

1518
install:
16-
# override default Python 2.7
17-
- set PATH=C:\Python37;C:\Python37\Scripts;$(PATH)
1819
# install the task executor
1920
- curl -o task.zip -LO https://github.com/go-task/task/releases/download/v2.6.0/task_windows_amd64.zip
2021
- 7z e task.zip -o$(GOPATH)\bin
@@ -27,11 +28,9 @@ install:
2728
# protobuf tooling needed at test time
2829
- go get github.com/golang/protobuf/protoc-gen-go
2930
- curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-win64.zip
30-
- 7z e protoc.zip -o$(GOPATH)
31+
- 7z e protoc.zip -o$(PROTOC_PATH)
3132

3233
test_script:
33-
# add protoc, gopath and override default Python 2.7
34-
- set PATH=c:\protoc\bin;$(GOPATH)\bin;C:\Python37;C:\Python37\Scripts;$(PATH)
3534
- task.exe test-integration
3635

3736
# uncomment to debug builds

0 commit comments

Comments
 (0)