Skip to content
Snippets Groups Projects
Commit 7a953ff2 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

feat : enabled formatting in CI

parent ccb400be
No related branches found
No related tags found
1 merge request!44Feat formatting
Pipeline #60274 canceled
...@@ -4,16 +4,15 @@ ...@@ -4,16 +4,15 @@
############################################################################### ###############################################################################
stages: stages:
- static_analysis
- build - build
- test - test
- coverage - code_quality
- release - release
- deploy - deploy
include: include:
- project: 'eclipse/aidge/gitlab_shared_files' - project: 'eclipse/aidge/gitlab_shared_files'
ref: 'main' ref: 'feat/formatter'
file: file:
# choose which jobs to run by including the corresponding files. # choose which jobs to run by including the corresponding files.
- '.gitlab/ci/ubuntu_cpp.gitlab-ci.yml' - '.gitlab/ci/ubuntu_cpp.gitlab-ci.yml'
......
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