mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-24 02:05:16 +00:00
CI: Remove unrecognized -U option in qmllint
Apparently older versions do not support this flag
This commit is contained in:
parent
7ae46b6013
commit
f5fc33c002
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue