From d5bffa38c10df5264481be015b3e84a395a901f5 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Sat, 16 May 2020 01:36:34 +0200 Subject: [PATCH] Add basic GitLab pipeline --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitlab-ci.yml 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' +