Skip to content
Snippets Groups Projects
Verified Commit 6f37f480 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(fix) Fix clang version line

parent aa93c9dc
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #49026 passed
......@@ -24,7 +24,7 @@ format:
<<: *global_tag_def
stage: build
script:
- clang-format --version # we use clang-format-10 exclusively
- clang-format-11 --version # we use clang-format-11 exclusively
- ./format/format.py
- mkdir -p patches
- if git diff --patch --exit-code > patches/clang-format.patch; then echo "Clang format changed nothing"; else echo "Clang format found changes to make!"; false; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment