mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 14:35:39 +01:00
10 lines
154 B
YAML
10 lines
154 B
YAML
language: rust
|
|
rust:
|
|
- stable
|
|
cache: cargo
|
|
before_script: (cargo install rustfmt || true)
|
|
script:
|
|
- |
|
|
cargo fmt -- --write-mode=diff &&
|
|
cargo build
|