aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-11-01 16:51:18 +0100
committerSimon Ser <contact@emersion.fr>2021-11-01 16:51:18 +0100
commitd1b75674d4d7c38147d3a527f319ee699837ace3 (patch)
treefcaf605365a1823ec1da72729de06b8abe42023f /.gitlab-ci.yml
parentcc2ebd9fc0bd3e304e281b73e638824bc1c7332b (diff)
ci: add .gitlab-ci.yml
This is a glue file to allow integration with builds.sr.ht.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..b0942ab3
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -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