summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJason Yavorska <jyavorska@protonmail.com>2020-05-15 10:05:24 +0200
committerSimon Steinbeiß <ochosi@xfce.org>2020-05-15 10:05:24 +0200
commit6e4e3704f262e35c396ffa610538244b63115c29 (patch)
tree5df74de7217f069d013e213e8e9052c3d002b877 /.gitlab-ci.yml
parent9ec67fb671b488a81f837e9127719b0bf5027624 (diff)
downloadxfconf-6e4e3704f262e35c396ffa610538244b63115c29.tar.gz
Add xfconf .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..7fb4166
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,9 @@
+include:
+ - project: 'xfce/xfce4-dev-tools'
+ file: '/ci/build_project.yml'
+
+# Skip distcheck for xfconf since it is not implemented.
+distcheck:
+ rules:
+ - when: never
+