10 lines
194 B
YAML
10 lines
194 B
YAML
language: rust
|
|
|
|
rust:
|
|
- stable
|
|
|
|
script:
|
|
- cargo build --manifest-path ash/Cargo.toml
|
|
- cargo build --manifest-path examples/Cargo.toml
|
|
- cargo build --manifest-path generator/Cargo.toml
|