dnsupdater/.gitlab-ci.yml
2020-10-27 16:07:21 +04:00

16 lines
165 B
YAML

image: golang:1.15.3
stages:
- test
- build
test:
stage: test
script:
- go test ./...
build:
stage: build
script:
- go build ./cmd/dnsupdater