updated .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2022-03-11 23:43:16 +01:00
parent 2f1be523f8
commit 811f1155a9

View File

@ -7,11 +7,15 @@ steps:
- name: test
image: rust:1
commands:
- apt-get update -y
- apt-get install libasound2-dev -y
- cargo build --verbose --all
- cargo test --verbose --all
- name: release
image: rust:1
commands:
- apt-get update -y
- apt-get install libasound2-dev -y
- cargo build --release --verbose --all
when:
event: tag