Switch to rust-vmm-ci for the CI
Signed-off-by: Arron Wang <arron.wang@intel.com>
This commit is contained in:
parent
a746f85b59
commit
9154907c98
5 changed files with 6 additions and 14 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "rust-vmm-ci"]
|
||||
path = rust-vmm-ci
|
||||
url = https://github.com/rust-vmm/rust-vmm-ci.git
|
||||
14
.travis.yml
14
.travis.yml
|
|
@ -1,14 +0,0 @@
|
|||
language: rust
|
||||
|
||||
rust:
|
||||
- stable
|
||||
|
||||
before_script:
|
||||
- rustup component add clippy
|
||||
- rustup component add rustfmt
|
||||
|
||||
script:
|
||||
- cargo build --release
|
||||
- cargo test
|
||||
- cargo clippy --all-targets --all-features -- -D warnings
|
||||
- cargo fmt --all -- --check
|
||||
1
coverage_config_aarch64.json
Normal file
1
coverage_config_aarch64.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"coverage_score": 39.8, "exclude_path": "", "crate_features": "vhost-vsock,vhost-kern,vhost-user-master,vhost-user-slave"}
|
||||
1
coverage_config_x86_64.json
Normal file
1
coverage_config_x86_64.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"coverage_score": 39.8, "exclude_path": "", "crate_features": "vhost-vsock,vhost-kern,vhost-user-master,vhost-user-slave"}
|
||||
1
rust-vmm-ci
Submodule
1
rust-vmm-ci
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit e58ea7445ace0cb984f8002ba2436c34cf592efe
|
||||
Loading…
Add table
Add a link
Reference in a new issue