diff options
Diffstat (limited to 'bitbucket-pipelines.yml')
-rw-r--r-- | bitbucket-pipelines.yml | 4 |
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: |