diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-03-16 01:24:33 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-03-16 01:34:23 +0100 |
commit | 06927cd3c256949fb0622889506cc3bd3a2e286e (patch) | |
tree | 0f1922dd6dd5cdb30dc047d1d77a05e7b88df304 /.ci | |
parent | workaround broken platform dialogs on macos (diff) | |
download | nheko-06927cd3c256949fb0622889506cc3bd3a2e286e.tar.xz |
Include moc files for a tiny speedup on incremental builds
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/format.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/format.sh b/.ci/format.sh index 20c1d126..04274fa9 100755 --- a/.ci/format.sh +++ b/.ci/format.sh @@ -17,6 +17,8 @@ done; git diff --exit-code +./scripts/includemocs.py --insert-at-end -n src + if command -v /usr/lib64/qt6/bin/qmllint &> /dev/null; then /usr/lib64/qt6/bin/qmllint $QML_FILES elif command -v /usr/lib/qt6/bin/qmllint &> /dev/null; then |