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

Fix ci

parent 8741434c
No related branches found
Tags v1.0.1
1 merge request!3Master Thesis Dechamps - fixes and improvements
Pipeline #4925 passed
...@@ -17,6 +17,7 @@ variables: ...@@ -17,6 +17,7 @@ variables:
stages: stages:
- build - build
- format
- test - test
build: build:
...@@ -37,7 +38,7 @@ build: ...@@ -37,7 +38,7 @@ build:
format: format:
<<: *global_tag_def <<: *global_tag_def
stage: build stage: format
script: script:
- clang-format --version # we use clang-format-10 exclusively - clang-format --version # we use clang-format-10 exclusively
- ./ext/amfe/scripts/format_code.py - ./ext/amfe/scripts/format_code.py
......
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