summaryrefslogtreecommitdiff
path: root/bitbucket-pipelines.yml
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-09-01 19:32:26 +0300
committeraqua <aqua@iserlohn-fortress.net>2022-09-02 16:52:49 +0300
commit8e288a9060545989533505699c19d9997e6a8aff (patch)
tree8de51b9a8ed2f8f4e936edde7ce1d9861105cf5b /bitbucket-pipelines.yml
parentAdd tabler icon theme (diff)
downloadrekonq-8e288a9060545989533505699c19d9997e6a8aff.tar.xz
Add scripts/qrc_lint.pyHEADmaster
Diffstat (limited to 'bitbucket-pipelines.yml')
-rw-r--r--bitbucket-pipelines.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index 539eee04..1c2cf424 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -10,8 +10,9 @@ pipelines:
- python --version
- pylint scripts/check_license.py
- pylint scripts/rekonf.py
+ - pylint scripts/qrc_lint.py
- step:
- name: license headers check
+ name: Static checks
runs-on:
- 'self.hosted'
- 'linux.shell'
@@ -19,6 +20,7 @@ pipelines:
- git submodule update --init
- cmake --preset debug -GNinja
- ninja -C cmake-build-debug rekonq_check_license
+ - git ls-files | grep '\.qrc$' | xargs -n1 ./scripts/qrc_lint.py
- step:
name: Debug Build Test
runs-on: