mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 08:13:27 +00:00
15 lines
148 B
YAML
15 lines
148 B
YAML
language: rust
|
|
cache: cargo
|
|
os:
|
|
- linux
|
|
- osx
|
|
- windows
|
|
|
|
branches:
|
|
except:
|
|
- staging.tmp
|
|
|
|
script:
|
|
- cargo check
|
|
- cargo test --no-run
|