This commit is contained in:
parent
6ec761d0fb
commit
f6f29653d6
16
.drone.yml
16
.drone.yml
|
@ -10,20 +10,8 @@ steps:
|
|||
- apt-get update -qq
|
||||
- apt-get install -qqy llvm-dev libclang-dev clang libspeechd-dev pkg-config libx11-dev libasound2-dev libudev-dev libxcb-xfixes0-dev libwayland-dev libxkbcommon-dev libvulkan-dev cmake
|
||||
- cargo fmt --check
|
||||
- cargo build --all
|
||||
- cargo build --examples --all
|
||||
- cargo test --verbose --all
|
||||
- cargo clippy
|
||||
- name: release
|
||||
image: rust
|
||||
commands:
|
||||
- cargo publish
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
environment:
|
||||
CARGO_REGISTRY_TOKEN:
|
||||
from_secret: cargo_registry_token
|
||||
- cargo test --no-default-features --features=speech_dispatcher_0_10
|
||||
- cargo clippy --no-default-features --features=speech_dispatcher_0_10
|
||||
- name: discord notification
|
||||
image: appleboy/drone-discord
|
||||
settings:
|
||||
|
|
Loading…
Reference in New Issue
Block a user