Skip to content
Snippets Groups Projects
Commit 6a6d3f6a authored by Maxence Naud's avatar Maxence Naud
Browse files

Update .gitlab-ci.yml file

parent 96e4459f
No related branches found
No related tags found
2 merge requests!118v0.4.0,!104update Resize operator
Pipeline #60237 passed
...@@ -12,19 +12,14 @@ stages: ...@@ -12,19 +12,14 @@ stages:
- deploy - deploy
include: include:
- project: 'eclipse/aidge/gitlab_shared_files' - project: 'eclipse/aidge/gitlab_shared_files'
ref: 'main' ref: 'main'
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'
- '.gitlab/ci/ubuntu_python.gitlab-ci.yml' - '.gitlab/ci/ubuntu_python.gitlab-ci.yml'
- '.gitlab/ci/release/cibuildwheel_ubuntu.gitlab-ci.yml' - '.gitlab/ci/release/cibuildwheel_ubuntu.gitlab-ci.yml'
- '.gitlab/ci/windows_cpp.gitlab-ci.yml' - '.gitlab/ci/windows_cpp.gitlab-ci.yml'
- '.gitlab/ci/windows_python.gitlab-ci.yml'
- '.gitlab/ci/windows_python.gitlab-ci.yml' - '.gitlab/ci/release/cibuildwheel_windows.gitlab-ci.yml'
- '.gitlab/ci/release/cibuildwheel_windows.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