mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
build: Ensure there is a release build artifact for travis to upload
After some of the build changes there was no longer a release artifact left to be used for the release builds. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
75bf240b83
commit
05eb567a7c
@ -21,6 +21,7 @@ script:
|
||||
- cargo clippy --all-targets --all-features -- -D warnings
|
||||
- find . -name "*.rs" | xargs rustfmt --check
|
||||
- cargo audit
|
||||
- cargo build --release
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
Loading…
Reference in New Issue
Block a user