mirror of
https://github.com/lightsoutgames/bevy_full_throttle
synced 2024-11-14 16:25:57 +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
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
environment:
|
|
||||||
DEPENDENCIES: libudev-dev
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: rust:bullseye
|
image: rust:bullseye
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- apt-get update -qq
|
|
||||||
- apt-get install -qqy $DEPENDENCIES
|
|
||||||
- rustup component add clippy rustfmt
|
- rustup component add clippy rustfmt
|
||||||
- cargo fmt --check
|
- cargo fmt --check
|
||||||
- cargo test
|
- cargo test
|
||||||
|
@ -20,8 +15,6 @@ steps:
|
||||||
image: rust:bullseye
|
image: rust:bullseye
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- apt-get update -qq
|
|
||||||
- apt-get install -qqy $DEPENDENCIES
|
|
||||||
- cargo publish
|
- cargo publish
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user