ash/.travis.yml

18 lines
295 B
YAML
Raw Normal View History

2018-11-16 23:50:08 +11:00
os:
- linux
- osx
2018-11-18 05:05:28 +11:00
2016-12-10 06:23:42 +11:00
language: rust
2018-11-18 05:05:28 +11:00
before_script:
2018-12-07 20:33:36 +11:00
- rustup component add rustfmt
2018-11-18 05:05:28 +11:00
2016-12-10 06:23:42 +11:00
rust:
- stable
2017-04-16 20:58:29 +10:00
script:
2018-11-18 05:05:28 +11:00
- cargo fmt --all -- --check
2017-04-16 20:58:29 +10:00
- cargo build --manifest-path ash/Cargo.toml
- cargo build --manifest-path examples/Cargo.toml
2018-08-20 15:30:59 +10:00
- cargo build --manifest-path generator/Cargo.toml