Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-rebuild-order
Commits
0606ddbe
Verified
Commit
0606ddbe
authored
Feb 23, 2021
by
Sven-Hendrik Haase
Browse files
Change to faster and more efficient build stage setup
parent
9cd8ed2a
Pipeline
#5335
passed with stages
in 1 minute and 52 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0606ddbe
...
...
@@ -4,27 +4,20 @@ before_script:
-
pacman -Syu --needed --noconfirm rust gcc
stages
:
-
format
-
clippy
-
check
-
lint
-
test
format
:
stage
:
forma
t
stage
:
lin
t
script
:
-
cargo fmt --all -- --check
clippy
:
stage
:
c
li
ppy
stage
:
li
nt
script
:
-
cargo clippy --all -- -D warnings
check
:
stage
:
check
script
:
-
cargo check --all --verbose --release
test
:
stage
:
test
script
:
-
cargo test --all
--verbose
--release
-
cargo test --all --release
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment