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