Skip to content
Snippets Groups Projects

Master Thesis Dechamps - fixes and improvements

Merged Adrien Crovato requested to merge adri into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -17,6 +17,7 @@ variables:
stages:
- build
- format
- test
build:
@@ -37,7 +38,7 @@ build:
format:
<<: *global_tag_def
stage: build
stage: format
script:
- clang-format --version # we use clang-format-10 exclusively
- ./ext/amfe/scripts/format_code.py
Loading