From f5fc33c002d5ecf5b52af9efad1f249660699f47 Mon Sep 17 00:00:00 2001 From: Chris Josten Date: Tue, 7 Sep 2021 12:18:47 +0200 Subject: [PATCH] CI: Remove unrecognized -U option in qmllint Apparently older versions do not support this flag --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62000ae..4bdb747 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ lint:sfos:qmllint: - sudo zypper --non-interactive install qt5-qtdeclarative-devel-tools - cd sailfish/qml # Find all files ending in .qml or .js and pass them as arguments to qmllint - - find -type f \( -name \*.qml -o -name \*.js \) -exec /usr/lib/qt5/bin/qmllint -U \{\} + + - find -type f \( -name \*.qml -o -name \*.js \) -exec /usr/lib/qt5/bin/qmllint \{\} + allow_failure: true .build:sfos: &build