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

no ci checks

parent fa5c577f
Branches
No related tags found
No related merge requests found
Pipeline #12718 passed
stages: stages:
- check
- build - build
- deploy - deploy
...@@ -12,23 +11,6 @@ default: ...@@ -12,23 +11,6 @@ default:
# docker load < $(nix-build nix/docker-image.nix) # docker load < $(nix-build nix/docker-image.nix)
image: registry.gitlab.com/flow3r-badge/flow3r-build:kfjixcricw2358zp5vg15b784l9jnpzz 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: build:
stage: build stage: build
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment