Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_backend_opencv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
aidge_backend_opencv
Commits
884ceac2
Commit
884ceac2
authored
11 months ago
by
Grégoire Kubler
Committed by
Maxence Naud
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
feat : upd gitlab ci files
parent
5dea1d56
No related branches found
No related tags found
1 merge request
!18
v0.1.3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+19
-34
19 additions, 34 deletions
.gitlab-ci.yml
with
19 additions
and
34 deletions
.gitlab-ci.yml
+
19
−
34
View file @
884ceac2
################################################################################
###############################################################################
# Pre-configured CI/CD for your Aidge module.
# Aidge Continuous Integration and Deployment #
#
# #
# Three stages are already pre-configured to run on Eclipse Aidge CI:
###############################################################################
# - build: ubuntu_cpp, ubuntu_python and windows_cpp;
# - test: ubuntu_cpp, ubuntu_python and windows_cpp;
# - coverage: ubuntu_cpp and ubuntu_python.
#
# If your project is pure C++ or pure Python, you can remove the "_python" or
# "_cpp" jobs respectively.
# "ubuntu" jobs require an Ubuntu runner with a docker executor with tag
# "docker".
# "windows" jobs require a Windows runner with a docker-windows executor with
# tag "windows".
#
# You can change the docker images in the YML scripts directly. The default
# images are:
# - nvidia/cuda:12.2.0-devel-ubuntu22.04 for Ubuntu jobs;
# - buildtools for Windows jobs, built on top of
# mcr.microsoft.com/windows/servercore:ltsc2022 with Microsoft Visual Studio
# 2022 BuildTools installed.
#
# See Aidge project wiki for more details on how to setup your own docker images
# and Gitlab runners.
################################################################################
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
:
'
eclipse/aidge/gitlab_shared_files'
# - local: '/.gitlab/ci/static_analysis.gitlab-ci.yml'
ref
:
'
feat/release_pip'
-
local
:
'
/.gitlab/ci/build.gitlab-ci.yml'
file
:
-
local
:
'
/.gitlab/ci/test.gitlab-ci.yml'
# choose which jobs to run by including the corresponding files.
# - local: '/.gitlab/ci/coverage.gitlab-ci.yml'
-
'
.gitlab/ci/ubuntu_cpp.gitlab-ci.yml'
-
'
.gitlab/ci/ubuntu_python.gitlab-ci.yml'
-
'
.gitlab/ci/release/cibuildwheel_ubuntu.gitlab-ci.yml'
-
'
.gitlab/ci/windows_cpp.gitlab-ci.yml'
-
'
.gitlab/ci/windows_python.gitlab-ci.yml'
-
'
.gitlab/ci/release/cibuildwheel_windows.gitlab-ci.yml'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment