Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ffdyndns
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
Container 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
Freifunk Luebeck
ffdyndns
Commits
64801961
Commit
64801961
authored
3 years ago
by
Paul
Browse files
Options
Downloads
Patches
Plain Diff
remove rust stable
parent
49729638
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#4583
failed
3 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-12
3 additions, 12 deletions
.gitlab-ci.yml
with
3 additions
and
12 deletions
.gitlab-ci.yml
+
3
−
12
View file @
64801961
image
:
rustlang/rust:nightly-bullseye
stages
:
-
build
-
test
...
...
@@ -13,19 +12,11 @@ before_script:
# build stable and nightly with bullseye
build-nightly
:
stage
:
build
script
:
-
cargo build
build-stable
:
build
:
stage
:
build
image
:
rust:bullseye
allow_failure
:
true
script
:
-
cargo build
# test nightly
test
:
stage
:
build
...
...
@@ -34,7 +25,7 @@ test:
# build debian package
deb-
nightly
:
deb-
bullseye
:
stage
:
build
script
:
-
cargo install cargo-deb
...
...
@@ -49,7 +40,7 @@ pages:
stage
:
deploy
only
:
-
master
needs
:
[
"
deb-
nightly
"
]
needs
:
[
"
deb-
bullseye"
,
"
test
"
]
script
:
-
mkdir -p public
-
cp -vr target/debian/*.deb public/ffdyndns.deb
...
...
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