summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-05-11 23:46:16 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-05-11 23:46:18 +0200
commit21feddd2ca1331ce788d9f0c30e2050c85fd5553 (patch)
tree9ce60a79ea63ba3a0a367cddfbc72276e684934c /.gitlab-ci.yml
parentc0681809566f0a61cc75ec57657ebc9416d8751d (diff)
downloadxfce4-session-21feddd2ca1331ce788d9f0c30e2050c85fd5553.tar.gz
Add basic GitLab pipeline
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..61a8fb93
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,4 @@
+include:
+ - project: 'xfce/xfce4-dev-tools'
+ file: '/ci/build_project.yml'
+