mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-08 15:30:37 +00:00
23 lines
356 B
YAML
23 lines
356 B
YAML
language: rust
|
|
cache: cargo
|
|
dist: trusty
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
rust:
|
|
# FIXME: Try again when component 'rustfmt' is available
|
|
# - nightly
|
|
- stable
|
|
|
|
before_script:
|
|
- rustup component add rustfmt
|
|
- cargo install --force cargo-audit
|
|
- cargo generate-lockfile
|
|
|
|
script:
|
|
- cargo fmt --all -- --check
|
|
- cargo build
|
|
- cargo test
|
|
- cargo audit
|