Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
psrdada_cpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Winchen
psrdada_cpp
Commits
054f2931
Commit
054f2931
authored
7 months ago
by
Tobias Winchen
Browse files
Options
Downloads
Patches
Plain Diff
Use needs to speed up cicd build
parent
fd79c88e
Branches
devel
No related tags found
No related merge requests found
Pipeline
#225674
failed
7 months ago
Stage: build
Stage: test
Stage: binary_release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-5
6 additions, 5 deletions
.gitlab-ci.yml
with
6 additions
and
5 deletions
.gitlab-ci.yml
+
6
−
5
View file @
054f2931
...
...
@@ -25,6 +25,7 @@ build_cpp:
cpplint
:
stage
:
test
needs
:
[]
script
:
-
pip3 install cpplint anybadge
...
...
@@ -51,7 +52,8 @@ test_cpp:
benchmark
:
stage
:
binary_release
stage
:
test
needs
:
[
"
build_cpp"
]
script
:
-
make -C build/ benchmark
artifacts
:
...
...
@@ -73,17 +75,17 @@ make_doc:
paths
:
-
build
include
:
-
project
:
MPIfR-BDG/edd_provisioning
file
:
'
.build_template.yml'
build-deb
:
needs
:
[
"
test_cpp"
]
stage
:
binary_release
extends
:
.build_template
upload-deb
:
needs
:
[
"
build-deb"
]
stage
:
deploy
extends
:
.upload_template
rules
:
...
...
@@ -92,8 +94,7 @@ upload-deb:
pages
:
stage
:
deploy
dependencies
:
-
make_doc
needs
:
[
"
make_doc"
]
script
:
-
mkdir public
-
mv build/doc/* public/
...
...
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