1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

Delete .gitlab-ci.yml

This commit is contained in:
Timothy Ye 2017-09-19 14:43:41 +08:00 committed by GitHub
parent 2b60374ac0
commit 7005b5f17e

View File

@ -1,24 +0,0 @@
before_script:
- export GOPATH=$(pwd)
- export GOBIN=$GOPATH/bin
stages:
- build
- test
build-my-project:
image: golang:1.6.2
stage: build
script:
- mkdir $GOPATH/bin
- go get
- go build
test-my-project:
image: golang:1.6.2
stage: test
script:
- mkdir $GOPATH/bin
- go get
- go build
- go test