diff --git a/.drone.yml b/.drone.yml index 2f685a4..f8711ec 100644 --- a/.drone.yml +++ b/.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: