dnsupdater/.gitlab-ci.yml
2020-10-26 13:42:07 +04:00

18 lines
255 B
YAML

image: golang:1.15
cache:
paths:
- /apt-cache
- /go/src/github.com
- /go/src/golang.org
- /go/src/google.golang.org
- /go/src/gopkg.in
- /go/src/gitlab.lehouerou.net
stages:
- build
build:
stage: build
script:
- make