Skip to content
Snippets Groups Projects

Version 0.1.0 (setup)

Merged Adrien Crovato requested to merge adri into master
Compare and Show latest version
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -37,9 +37,9 @@ format:
stage: build
script:
- clang-format --version # we use clang-format-10 exclusively
- ls ${CI_PROJECT_DIR}/..
- ls ${CI_PROJECT_DIR}/../waves
- ls ${CI_PROJECT_DIR}/../waves/scripts
- .${CI_PROJECT_DIR}/../waves/scripts/format_code.py
- ./builds/am-dept/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:
Loading