summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-05-11 20:27:37 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-05-11 20:27:37 +0200
commit044d5dc515d158ddda30a27710356416587ddf88 (patch)
treec27e15b6c92b9823962b006aed5191f7e8329bea
parent44a3596de2b3b88ac676eff57dc807e5cd9e79f8 (diff)
downloadxfdesktop-044d5dc515d158ddda30a27710356416587ddf88.tar.gz
Add basic GitLab pipeline
-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'
+