1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00
parser/.travis.yml

16 lines
No EOL
366 B
YAML

language: rust
rust:
- stable
- beta
- nightly
cache: cargo
matrix:
allow_failures:
- rust: nightly
fast_finish: true
install:
- ls ~/.cargo/bin/rustig || cargo install --git https://github.com/Technolution/rustig rustig
script:
- cargo build
- cargo test
- RUSTFLAGS=-g cargo build --release && ~/.cargo/bin/rustig -b target/release/parse_demo