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

disable ci checks

parent 2a5fbbec
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.k0.hswaw.net/q3k/flow3r-build:ymrsh8w1z9l89qvvksw52k7sl54lx73q
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