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:
parent
2b60374ac0
commit
7005b5f17e
@ -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
|
Loading…
x
Reference in New Issue
Block a user