diff --git a/.drone.yml b/.drone.yml index 14ca46b..3615539 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,7 @@ steps: - name: clippy image: asonix/rust-builder:amd64-latest + pull: always commands: - rustup component add clippy - cargo clippy --no-default-features @@ -49,6 +50,7 @@ steps: - name: tests image: asonix/rust-builder:amd64-latest + pull: always commands: - cargo test @@ -75,6 +77,7 @@ steps: - name: build image: asonix/rust-builder:amd64-latest + pull: always commands: - cargo check --target=x86_64-unknown-linux-musl - cargo build --target=x86_64-unknown-linux-musl --release @@ -102,6 +105,7 @@ steps: - name: build image: asonix/rust-builder:arm64v8-latest + pull: always commands: - cargo check --target=aarch64-unknown-linux-musl - cargo build --target=aarch64-unknown-linux-musl --release @@ -129,6 +133,7 @@ steps: - name: build image: asonix/rust-builder:arm32v7-latest + pull: always commands: - cargo check --target=armv7-unknown-linux-musleabihf - cargo build --target=armv7-unknown-linux-musleabihf --release