unbound/.gitlab-ci.yml

23 lines
406 B
YAML

stages:
- prepare
- check
- build
include:
- project: dockerized/commons
ref: master
file: gitlab-ci-template.yml
prepare:
image: registry.hottis.de/dockerized/base-build-env:latest
stage: prepare
tags:
- hottis
- linux
- docker
script:
- mkdir tmp
- cd tmp
- git clone https://github.com/NLnetLabs/unbound.git