File tree 3 files changed +28
-50
lines changed
3 files changed +28
-50
lines changed Original file line number Diff line number Diff line change
1
+ stages :
2
+ - test
3
+
4
+ variables :
5
+ GO_PACKAGE : github.com/mysteriumnetwork/go-openvpn
6
+ GIT_CLONE_PATH : /home/gitlab-runner/go/src/$GO_PACKAGE
7
+ GOFLAGS : " -count=1" # Supersedes GOCACHE=off, see: https://github.com/golang/go/issues/29378#issuecomment-449383809
8
+
9
+ checks :
10
+ stage : test
11
+ tags : [go]
12
+ script : go run mage.go -v Check
13
+
14
+ test :
15
+ stage : test
16
+ tags : [go]
17
+ script : go run mage.go Test
18
+
19
+ check-binaries :
20
+ stage : test
21
+ tags : [go]
22
+ script : ./check-all.sh
23
+
24
+ go-report :
25
+ stage : test
26
+ tags : [go]
27
+ script : go run mage.go GoReport
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# go-openvpn
2
2
3
- [ ![ Build Status ] ( https://travis-ci .com/mysteriumnetwork/go-openvpn.svg?branch=master )] ( https://travis-ci .com/mysteriumnetwork/go-openvpn )
3
+ [ ![ pipeline status ] ( https://gitlab .com/mysteriumnetwork/go-openvpn/badges/master/pipeline .svg )] ( https://gitlab .com/mysteriumnetwork/go-openvpn/pipelines )
4
4
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/mysteriumnetwork/go-openvpn )] ( https://goreportcard.com/report/github.com/mysteriumnetwork/go-openvpn )
5
5
6
6
Go gettable library for wrapping openvpn functionality in go way.
You can’t perform that action at this time.
0 commit comments