summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-05-11 22:56:19 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-05-11 22:56:19 +0200
commitf01691e944f2d3ab2aa8836ebf42e10f67246c97 (patch)
tree0389ba8a13717fa5b5c3febc445e410cf7076332 /.gitlab-ci.yml
parente07656c866e851003598f069a900df873e31af05 (diff)
downloadgarcon-f01691e944f2d3ab2aa8836ebf42e10f67246c97.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 0000000..61a8fb9
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,4 @@
+include:
+ - project: 'xfce/xfce4-dev-tools'
+ file: '/ci/build_project.yml'
+