mirror of
https://github.com/lightsoutgames/bevy_full_throttle
synced 2024-11-12 22:45:56 +00:00
Maybe we don't need *any* dependencies?
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c202a71ec2
commit
948518a87d
|
@ -2,16 +2,11 @@ kind: pipeline
|
|||
type: docker
|
||||
name: default
|
||||
|
||||
environment:
|
||||
DEPENDENCIES: libudev-dev
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: rust:bullseye
|
||||
pull: always
|
||||
commands:
|
||||
- apt-get update -qq
|
||||
- apt-get install -qqy $DEPENDENCIES
|
||||
- rustup component add clippy rustfmt
|
||||
- cargo fmt --check
|
||||
- cargo test
|
||||
|
@ -20,8 +15,6 @@ steps:
|
|||
image: rust:bullseye
|
||||
pull: always
|
||||
commands:
|
||||
- apt-get update -qq
|
||||
- apt-get install -qqy $DEPENDENCIES
|
||||
- cargo publish
|
||||
when:
|
||||
ref:
|
||||
|
|
Loading…
Reference in New Issue
Block a user