Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Orhun Parmaksız
arch-rebuild-order
Commits
8237e29b
Commit
8237e29b
authored
Aug 21, 2020
by
Jelle van der Waa
🚧
Browse files
Merge branch 'fixci' into 'master'
Use an Arch Linux container for CI See merge request archlinux/rebuilder!1
parents
fade9732
04d6dca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8237e29b
image
:
"
rust
:latest"
image
:
"
archlinux
:latest"
test:cargo:
before_script
:
-
pacman -Syu --needed --noconfirm rust gcc
stages
:
-
format
-
clippy
-
check
format
:
stage
:
format
script
:
-
cargo fmt --all -- --check
clippy
:
stage
:
clippy
script
:
-
cargo clippy --all -- -D warnings
check
:
stage
:
check
script
:
-
cargo test --all
\ No newline at end of file
-
cargo check --all --verbose --release
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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