summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-05-11 23:57:11 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-05-11 23:57:11 +0200
commit98955c6c0780e2ae6e81dcb3e3c87f9396b5cb48 (patch)
treeaaccfdf3f474944547ebec1071302001fe1df9dd /.gitlab-ci.yml
parent25eef026f3a874881ab5064268b3362fe7d4edc0 (diff)
downloadxfwm4-98955c6c0780e2ae6e81dcb3e3c87f9396b5cb48.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 000000000..61a8fb933
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,4 @@
+include:
+ - project: 'xfce/xfce4-dev-tools'
+ file: '/ci/build_project.yml'
+