1
0
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:
Timothy 2016-05-11 16:02:42 +08:00
parent 1c2b2bed17
commit 2a916692f6

View File

@ -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