1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00
godns/.gitlab-ci.yml
2016-05-11 14:43:17 +08:00

15 lines
199 B
YAML

stages:
- build
- test
build-my-project:
stage: build
script:
- cd $CURRENT_BUILD_PATH
- go build
test-my-project:
stage: test
script:
- cd $CURRENT_BUILD_PATH
- go test