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
2 merge requests!212Version 0.3.0,!116feat/release_pip
......@@ -4,18 +4,17 @@
###############################################################################
stages:
# Analyse code
- static_analysis
# Build Aidge
- build
# Unit test stage
- test
# Code coverage
- coverage
- release
include:
- local: '/.gitlab/ci/_global.gitlab-ci.yml'
- local: '/.gitlab/ci/static_analysis.gitlab-ci.yml'
- local: '/.gitlab/ci/build.gitlab-ci.yml'
- local: '/.gitlab/ci/test.gitlab-ci.yml'
- local: '/.gitlab/ci/coverage.gitlab-ci.yml'
- project: 'hrouis/gitlab_shared_files' # 'aidge/gitlab_shared_files'
ref: 'test_template_ci'
file:
- '.gitlab/ci/_global.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