Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
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
nodes
rust
Duniter v2S
Commits
68a5a3ef
Commit
68a5a3ef
authored
1 year ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
fix(
#134
): add `gdev_build` job on build phase
parent
2ddae276
Branches
Branches containing commit
Tags
v3.3.3
Tags containing commit
1 merge request
!194
Resolve "Add a ĞTest build job on build stage"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-0
20 additions, 0 deletions
.gitlab-ci.yml
with
20 additions
and
0 deletions
.gitlab-ci.yml
+
20
−
0
View file @
68a5a3ef
...
...
@@ -200,6 +200,26 @@ run_benchmarks:
IMAGE_TAG
:
"
debug-sha-$CI_COMMIT_SHORT_SHA"
PODMAN_BUILD_OPTIONS
:
"
--target
build
--build-arg
benchmarks=1"
gdev_build
:
stage
:
build
image
:
rust:1-bullseye
rules
:
-
if
:
$CI_COMMIT_REF_NAME =~ /^wip*$/
when
:
manual
-
if
:
$CI_COMMIT_TAG
when
:
never
-
if
:
$CI_COMMIT_BRANCH =~ /^(release\/runtime-)[0-9].*/
when
:
never
-
if
:
'
$CI_MERGE_REQUEST_ID
||
$CI_COMMIT_BRANCH
==
"master"'
when
:
manual
-
when
:
always
variables
:
DEBIAN_FRONTEND
:
noninteractive
script
:
-
apt-get update
-
apt-get install -y clang cmake protobuf-compiler
-
cargo build --no-default-features --features gtest
tests
:
stage
:
tests
image
:
rust:1-bullseye
...
...
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