File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ skip_branch_with_pr: true
9
9
10
10
environment :
11
11
GOPATH : c:\gopath
12
- # add protoc, gopath and override default Python 2.7
13
- PATH : c:\protoc\bin;$(GOPATH)\bin;C:\Python37;C:\Python37\Scripts;$(PATH)
14
12
15
13
stack : go 1.12
16
14
17
15
install :
16
+ # override default Python 2.7
17
+ - set PATH=C:\Python37;C:\Python37\Scripts;$(PATH)
18
18
# install the task executor
19
19
- curl -o task.zip -LO https://github.com/go-task/task/releases/download/v2.6.0/task_windows_amd64.zip
20
20
- 7z e task.zip -o$(GOPATH)\bin
@@ -30,6 +30,8 @@ install:
30
30
- 7z e protoc.zip -o$(GOPATH)
31
31
32
32
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)
33
35
- task.exe test-integration
34
36
35
37
# uncomment to debug builds
You can’t perform that action at this time.
0 commit comments