13 lines
216 B
YAML
13 lines
216 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
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
|