File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ environment:
12
12
PROTOC_PATH : c:\protoc
13
13
PROTOC_BINARY : protoc.exe
14
14
# add protoc, gopath and override default Python 2.7
15
- PATH : $(PROTOC_PATH)\bin;$(GOPATH)\bin;C:\Python37;C:\Python37\Scripts;$(PATH)
15
+ PATH : $(PROTOC_PATH);$(PROTOC_PATH) \bin;$(GOPATH)\bin;C:\Python37;C:\Python37\Scripts;$(PATH)
16
16
17
17
stack : go 1.12
18
18
@@ -26,9 +26,10 @@ install:
26
26
# Python dependencies needed at test time
27
27
- python -V
28
28
- pip install -r test\requirements.txt
29
- # protobuf tooling needed at test time
29
+ # protobuf tooling needed at test time. We use a very old version of the compiler
30
+ # because of this: https://github.com/protocolbuffers/protobuf/issues/3957
30
31
- go get github.com/golang/protobuf/protoc-gen-go
31
- - curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.8 .0/protoc-3.8 .0-win64 .zip
32
+ - curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.4 .0/protoc-3.4 .0-win32 .zip
32
33
- 7z e protoc.zip -o%PROTOC_PATH%
33
34
34
35
test_script :
You can’t perform that action at this time.
0 commit comments