dnsupdater/.gitlab-ci.yml

18 lines
255 B
YAML
Raw Normal View History

2020-10-26 09:42:07 +00:00
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