Skip to content
Snippets Groups Projects
Commit 2de4250f authored by Adrien Crovato's avatar Adrien Crovato
Browse files

Update ci

parent 93349bcb
No related branches found
No related tags found
1 merge request!1Version 0.1.0 (setup)
Pipeline #2027 passed
......@@ -37,10 +37,7 @@ format:
stage: build
script:
- clang-format --version # we use clang-format-10 exclusively
- ls ${CI_PROJECT_DIR}/../waves/scripts
- ./builds/am-dept/waves/scripts/format_code.py
- ./../waves/scripts/format_code.py
- .${CI_PROJECT_DIR}/../waves/scripts/format_code.py
- python3 ${CI_PROJECT_DIR}/../waves/scripts/format_code.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
artifacts:
......
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