ci: add .gitlab-ci.yml

This is a glue file to allow integration with builds.sr.ht.
This commit is contained in:
Simon Ser 2021-11-01 16:51:18 +01:00
parent cc2ebd9fc0
commit d1b75674d4
1 changed files with 7 additions and 0 deletions

7
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,7 @@
include: https://git.sr.ht/~emersion/dalligi/blob/master/templates/multi.yml
alpine:
extends: .dalligi
archlinux:
extends: .dalligi
freebsd:
extends: .dalligi