Skip to content
Snippets Groups Projects
Commit 40f5f046 authored by Stephen D's avatar Stephen D
Browse files

update ci

parent 54127e5b
No related branches found
No related tags found
No related merge requests found
Pipeline #3858 passed
......@@ -3,17 +3,9 @@ image: "rust:latest"
before_script:
- rustup component add rustfmt
- rustup component add clippy
- cargo install cargo-deb
test:
script:
- cargo fmt -- --check
- cargo clippy --all-targets --all-features -- -D warnings
- cargo test
build:
script:
- cargo deb
artifacts:
paths:
- target/debian/*.deb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment