You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
223 B
9 lines
223 B
before_script:
|
|
- apt-get update -qq -y && apt-get install -y -qq clang-format git
|
|
|
|
test_formatting:
|
|
stage: test
|
|
script:
|
|
- ./tools/check_coding.sh --diff --commit $CI_COMMIT_BEFORE_SHA
|
|
only:
|
|
- merge_requests
|