From 89fcced31e8c892dcf4f8fb5a633d832666f9ad6 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 22 Nov 2022 13:55:55 -0600 Subject: [PATCH] Update CI build configuration. --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2bd4383..5140e89 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,16 +9,16 @@ steps: - rustup component add clippy rustfmt - apt-get update -qq - apt-get install -qqy llvm-dev libclang-dev clang libspeechd-dev - - cargo fmt --check - - cargo test - - cargo clippy + - cargo fmt --all --check + - cargo test --no-default-features --features 0_10 + - cargo clippy --no-default-features --features 0_10 - name: release image: rust commands: - apt-get update -qq - apt-get install -qqy llvm-dev libclang-dev clang libspeechd-dev - - cargo publish --manifest-path speech-dispatcher-sys/Cargo.toml || true - - cargo publish --manifest-path speech-dispatcher/Cargo.toml + - cargo publish --no-default-features --features 0_10 --manifest-path speech-dispatcher-sys/Cargo.toml || true + - cargo publish --no-default-features --features 0_10 --manifest-path speech-dispatcher/Cargo.toml when: ref: - refs/tags/v*