mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-08 22:05: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
|
- cargo clippy --all-targets --all-features -- -D warnings
|
||||||
- find . -name "*.rs" | xargs rustfmt --check
|
- find . -name "*.rs" | xargs rustfmt --check
|
||||||
- cargo audit
|
- cargo audit
|
||||||
|
- cargo build --release
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
|
Loading…
Reference in New Issue
Block a user