From ea7cee968dfbfc276dde0a1c1b093f60c985f134 Mon Sep 17 00:00:00 2001 From: aqua Date: Sun, 21 Aug 2022 16:47:50 +0300 Subject: Add scripts/check_license.py --- bitbucket-pipelines.yml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'bitbucket-pipelines.yml') diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2144bea0..38a7b44d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,4 +1,23 @@ pipelines: + default: + - parallel: + - step: + name: pylint + runs-on: + - 'self.hosted' + - 'linux.shell' + script: + - python --version + - pylint scripts/check_license.py + - step: + name: license headers check + runs-on: + - 'self.hosted' + - 'linux.shell' + script: + - git submodule update --init + - cmake -B build -GNinja + - ninja -C build rekonq_check_license custom: FullBuildTest: - step: @@ -10,4 +29,4 @@ pipelines: - git submodule update --init - cmake -B build -DCMAKE_BUILD_TYPE=Debug -DTESTING=ON -GNinja - ninja -C build - - ninja -C build test \ No newline at end of file + - ninja -C build test -- cgit v1.2.1