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

feat : gitlab now uses template ci in gitlab_shared files

parent 774e0080
No related branches found
No related tags found
No related merge requests found
Pipeline #44187 waiting for manual action
...@@ -4,18 +4,17 @@ ...@@ -4,18 +4,17 @@
############################################################################### ###############################################################################
stages: stages:
# Analyse code
- static_analysis - static_analysis
# Build Aidge
- build - build
# Unit test stage
- test - test
# Code coverage
- coverage - coverage
- release
include: include:
- local: '/.gitlab/ci/_global.gitlab-ci.yml' - project: 'hrouis/gitlab_shared_files' # 'aidge/gitlab_shared_files'
- local: '/.gitlab/ci/static_analysis.gitlab-ci.yml' ref: 'test_template_ci'
- local: '/.gitlab/ci/build.gitlab-ci.yml' file:
- local: '/.gitlab/ci/test.gitlab-ci.yml' - '.gitlab/ci/_global.gitlab-ci.yml'
- local: '/.gitlab/ci/coverage.gitlab-ci.yml' - '.gitlab/ci/build/cpp.gitlab-ci.yml'
- '.gitlab/ci/build/python.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