Skip to content

Commit

Permalink
Merge pull request #7 from lluiscampos/MEN-7386-disable-license
Browse files Browse the repository at this point in the history
MEN-7386: Disable CI license check
  • Loading branch information
lluiscampos authored Jul 9, 2024
2 parents 9368d27 + a4f20c0 commit bb843fb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,22 @@ include:
stages:
- test

test:static:
.test:static:
stage: test
image: ubuntu:20.04
needs: []
before_script:
- apt-get update && apt-get install -y git clang-format pcregrep

# MEN-7396: License checks disabled until we conclude on the licensing for the project
# test:static:license:
# extends: .test:static
# script:
# - ./.github/workflows/check_headers.sh

test:static:format:
extends: .test:static
script:
- ./.github/workflows/check_headers.sh
- ./.github/workflows/check_include_guards.sh
- ./.github/workflows/check_equivalence_tests.sh
- ./.github/workflows/check_code_format.sh
Expand Down

0 comments on commit bb843fb

Please sign in to comment.