mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
Update gitlab ci config file
This commit is contained in:
parent
1c2b2bed17
commit
2a916692f6
@ -1,5 +1,6 @@
|
||||
before_script:
|
||||
- export GOPATH=$(pwd)
|
||||
- export GOBIN=$GOPATH/bin
|
||||
|
||||
stages:
|
||||
- build
|
||||
@ -9,6 +10,7 @@ build-my-project:
|
||||
image: golang:1.6.2
|
||||
stage: build
|
||||
script:
|
||||
- mkdir $GOPATH/bin
|
||||
- go get
|
||||
- go build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user