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 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
|
- 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 fmt --check
|
||||||
- cargo build --all
|
- cargo test --no-default-features --features=speech_dispatcher_0_10
|
||||||
- cargo build --examples --all
|
- cargo clippy --no-default-features --features=speech_dispatcher_0_10
|
||||||
- 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
|
|
||||||
- name: discord notification
|
- name: discord notification
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user