summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-05-11 22:40:04 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-05-11 22:40:04 +0200
commitc5b2663c8fca74f9e191c56bc39e969f82752801 (patch)
treee0eccde734412d1e9b0d6ad9f5b49c7ed4e4db33 /.gitlab-ci.yml
parent570d48ec5598b4131b0cd89336d922e3fbbb88ff (diff)
downloadthunar-c5b2663c8fca74f9e191c56bc39e969f82752801.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'
+