From 3c1984f5b8e95b84b8de8aeeff004926ea95a992 Mon Sep 17 00:00:00 2001 From: Jan-Michael Brummer Date: Tue, 16 Jul 2019 17:55:06 +0200 Subject: CI: Add code style validation to pipeline --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae91587b0..93b2d5c47 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,13 @@ include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml' +check-code-style: + stage: 'build' + image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master' + before_script: + - dnf install -y uncrustify + script: + - data/check-code-style + variables: BUNDLE: 'epiphany-git.flatpak' -- cgit v1.2.1