Skip to content
Snippets Groups Projects
Verified Commit 5d8060d4 authored by dos's avatar dos
Browse files

disable ci checks

parent 6db0f37a
No related branches found
No related tags found
No related merge requests found
stages:
- check
- build
- deploy
......@@ -12,23 +11,6 @@ default:
# docker load < $(nix-build nix/docker-image.nix)
image: registry.gitlab.com/flow3r-badge/flow3r-build:kfjixcricw2358zp5vg15b784l9jnpzz
clang-tidy:
stage: check
script:
- "bash tools/clang-tidy.sh"
- "python3 tools/codequal-report.py clang-tidy warnings.txt > cqual.json"
artifacts:
when: always
reports:
codequality: cqual.json
format:
stage: check
script:
- "git clean -fdx"
- "bash tools/format.sh"
- "[ -z \"$(git status --porcelain)\" ] || (echo 'Differences found, please run tools/format.sh.' && git diff HEAD && exit 1)"
build:
stage: build
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment