Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Autotile
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Autotile
Commits
4cc2850f
Verified
Commit
4cc2850f
authored
3 months ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Use prebuilt base image
parent
eb1cf876
No related branches found
No related tags found
No related merge requests found
Pipeline
#637
failed with stage
Stage:
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-8
1 addition, 8 deletions
.gitlab-ci.yml
with
1 addition
and
8 deletions
.gitlab-ci.yml
+
1
−
8
View file @
4cc2850f
image
:
debian:bookworm
image
:
cr.weirdboi.dev/base/rust:1-82
stages
:
stages
:
-
test
-
test
cache
:
&global_cache
cache
:
&global_cache
...
@@ -14,12 +14,6 @@ cache: &global_cache
...
@@ -14,12 +14,6 @@ cache: &global_cache
variables
:
variables
:
CARGO_HOME
:
${CI_PROJECT_DIR}/.cargo
CARGO_HOME
:
${CI_PROJECT_DIR}/.cargo
before_script
:
-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
-
rustup toolchain install stable
-
rustup toolchain install nightly
-
rustup update
lint
:
lint
:
stage
:
test
stage
:
test
script
:
script
:
...
@@ -32,7 +26,6 @@ lint:
...
@@ -32,7 +26,6 @@ lint:
test
:
test
:
stage
:
test
stage
:
test
script
:
script
:
-
cargo +nightly install junitify
-
cargo +nightly test -- --format=json -Z unstable-options --report-time | junitify --out $CI_PROJECT_DIR/tests/
-
cargo +nightly test -- --format=json -Z unstable-options --report-time | junitify --out $CI_PROJECT_DIR/tests/
artifacts
:
artifacts
:
when
:
always
when
:
always
...
...
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