unbound/.gitlab-ci.yml

23 lines
406 B
YAML
Raw Normal View History

2021-10-26 14:00:24 +02:00
stages:
- prepare
- check
- build
2021-09-28 12:11:58 +02:00
include:
- project: dockerized/commons
ref: master
file: gitlab-ci-template.yml
2021-10-26 14:00:24 +02:00
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