Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_core
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_core
Commits
719beabe
Commit
719beabe
authored
10 months ago
by
Grégoire Kubler
Browse files
Options
Downloads
Patches
Plain Diff
feat : new path for gitlabci.yml files
parent
bb6a9e84
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!212
Version 0.3.0
,
!116
feat/release_pip
Pipeline
#44967
failed
10 months ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
719beabe
###############################################################################
# Aidge Contin
i
ous Integration and Continious Deployment #
# Aidge Contin
u
ous Integration and Continious Deployment #
# #
###############################################################################
...
...
@@ -15,9 +15,9 @@ include:
ref
:
'
feat/release_pip'
file
:
-
'
.gitlab/ci/_global.gitlab-ci.yml'
# choose which
build
jobs to run by including the corresponding
build
files.
-
'
.gitlab/ci/
build/
ubuntu_cpp.gitlab-ci.yml'
-
'
.gitlab/ci/
build/
ubuntu_python.gitlab-ci.yml'
-
'
.gitlab/ci/
build/
windows_cpp.gitlab-ci.yml'
-
'
.gitlab/ci/
build/
windows_python.gitlab-ci.yml'
# choose which jobs to run by including the corresponding files.
-
'
.gitlab/ci/ubuntu_cpp.gitlab-ci.yml'
-
'
.gitlab/ci/ubuntu_python.gitlab-ci.yml'
-
'
.gitlab/ci/windows_cpp.gitlab-ci.yml'
-
'
.gitlab/ci/windows_python.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