This repository was archived by the owner on Jan 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ install:
18
18
git :
19
19
depth : 1
20
20
21
- env :
22
- - GO111MODULE=off GOPROXY=https://proxy.golang.org
23
-
24
21
before_install :
25
22
- go get golang.org/x/sync/errgroup
26
23
- go get golang.org/x/xerrors
@@ -31,6 +28,11 @@ matrix:
31
28
include :
32
29
- name : Unit Tests & Package | Linux x64
33
30
os : linux
31
+ env :
32
+ - GO111MODULE=off
33
+ - GOPROXY=https://proxy.golang.org
34
+ - CGO_ENABLED=0
35
+ - ARCH=x86_64
34
36
script :
35
37
- go test ./internal/lsp
36
38
- mkdir build
@@ -83,6 +85,11 @@ matrix:
83
85
84
86
- name : Unit Tests & Package | OSX
85
87
os : osx
88
+ env :
89
+ - GO111MODULE=off
90
+ - GOPROXY=https://proxy.golang.org
91
+ - CGO_ENABLED=0
92
+ - ARCH=x86_64
86
93
script :
87
94
- go test ./internal/lsp
88
95
- mkdir build
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ environment:
17
17
GOPATH : c:\gopath
18
18
GO111MODULE : off
19
19
GOPROXY : " https://proxy.golang.org"
20
+ CGO_ENABLED : 0
20
21
github_access_token :
21
22
secure : h4ICNdm1D4g1klCMU6lQ7t92lwIrzo2HHzqc9MJpZdibgfNNFNGwywHWyBa0KPpL
22
23
github_email :
You can’t perform that action at this time.
0 commit comments