Update CI.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nolan Darilek 2022-09-07 14:00:14 -05:00
parent 6ec761d0fb
commit f6f29653d6

View File

@ -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: