diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 555c7820ddabe9aeee8e12c7029cfea0be0ca354..0fce5531b0260722c3b174b1fb84ff893e218b24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ 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: