summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJason Yavorska <jyavorska@protonmail.com>2020-05-10 22:30:00 +0200
committerSimon Steinbeiß <ochosi@xfce.org>2020-05-10 22:30:00 +0200
commit15e41e0115a39eabd1c47d7a69278df1f8688d02 (patch)
treee5d719bd52a72f06ca8896477c3274e931bff1cc /ci
parentc62f6bec27b7870aa3ee5b366a0bf1e74b72ce44 (diff)
downloadxfce4-dev-tools-15e41e0115a39eabd1c47d7a69278df1f8688d02.tar.gz
Integrate xfce-build container build/creation
Diffstat (limited to 'ci')
-rw-r--r--ci/build_project.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/ci/build_project.yml b/ci/build_project.yml
new file mode 100644
index 0000000..345a59a
--- /dev/null
+++ b/ci/build_project.yml
@@ -0,0 +1,13 @@
+image: xfce/xfce-build:latest
+
+stages:
+ - build
+
+build-distcheck:
+ stage: build
+ script:
+ - ./autogen.sh
+ - make distcheck
+ except:
+ changes:
+ - "po/*.po"