summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2021-10-08 12:54:41 +0200
committerOndrej Holy <oholy@redhat.com>2021-10-11 06:45:26 +0000
commit7b469dfa8772f119d516600628d6c734e6de534b (patch)
treebda80c84e741a282706fe7c4f367fb20b7c0016b /.gitlab-ci.yml
parent44d574e1762031114d46d5e6a59c3f31a9012928 (diff)
downloadnautilus-7b469dfa8772f119d516600628d6c734e6de534b.tar.gz
ci: Use lineup-parameters python script
The lineup-parameters.c is hard to use with meson. Let's use the python rewrite from https://gitlab.gnome.org/GNOME/epiphany/-/blob/master/data/lineup-parameters instead.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d2fa263c..ef12ec992 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,6 @@ style check:
- 'uncrustify.diff'
expire_in: 14 days
script:
- - gcc data/lineup-parameters.c `pkg-config --cflags --libs gio-2.0 gio-unix-2.0` -o data/lineup-parameters
- LANG=C.utf8 data/run-uncrustify.sh
- git diff --exit-code | tee uncrustify.diff
except: