Update CI files
This commit is contained in:
parent
6ef7cc18f3
commit
fba518d157
2 changed files with 6 additions and 2 deletions
|
@ -2,3 +2,7 @@ language: rust
|
|||
|
||||
rust:
|
||||
- stable
|
||||
|
||||
script:
|
||||
- cargo build --manifest-path ash/Cargo.toml
|
||||
- cargo build --manifest-path examples/Cargo.toml
|
||||
|
|
|
@ -13,5 +13,5 @@ install:
|
|||
- rustc -vV
|
||||
- cargo -vV
|
||||
build_script:
|
||||
- cargo build
|
||||
- cd examples && cargo build
|
||||
- cargo build --manifest-path ash/Cargo.toml
|
||||
- cargo build --manifest-path examples/Cargo.toml
|
||||
|
|
Loading…
Add table
Reference in a new issue