ci: add .gitlab-ci.yml
This is a glue file to allow integration with builds.sr.ht.
This commit is contained in:
parent
cc2ebd9fc0
commit
d1b75674d4
|
@ -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
|
Loading…
Reference in New Issue