]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
ci: Don't run uncrustify on debian
authorRay Strode <rstrode@redhat.com>
Tue, 30 Aug 2022 13:54:22 +0000 (09:54 -0400)
committerRay Strode <rstrode@redhat.com>
Tue, 30 Aug 2022 13:54:51 +0000 (09:54 -0400)
The uncrustify is too old for the config we ship.

.gitlab-ci.yml

index 1e5b2679fb787e9cc0c52051efe00e25e9f0ac4f..45cf0f36f4913e45b1c89a4a3b9e2f53835c01ac 100644 (file)
@@ -2,9 +2,12 @@ stages:
   - build
   - shellcheck
 
-.autotools-build: &autotools-build
+.check-format: &check-format
   script:
     - scripts/check-format.sh
+
+.autotools-build: &autotools-build
+  script:
     - NOCONFIGURE=1 ./autogen.sh
     - mkdir _build && cd _build
     - ../configure --prefix /usr
@@ -17,6 +20,7 @@ fedora-x86_64:
   image: 'registry.fedoraproject.org/fedora:37'
   before_script:
     - dnf install -y gcc libtool intltool gtk3-devel git libpng-devel gettext-devel libxslt docbook-style-xsl cairo-devel systemd-devel systemd-udev kernel-headers libdrm-devel pango-devel make ShellCheck uncrustify patchutils
+  <<: *check-format
   <<: *autotools-build
   only:
     - merge_requests