mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
16 lines
300 B
YAML
16 lines
300 B
YAML
language: rust
|
|
sudo: false
|
|
os:
|
|
- linux
|
|
- osx
|
|
- windows
|
|
|
|
branches:
|
|
except:
|
|
- staging.tmp
|
|
|
|
script:
|
|
- cargo test
|
|
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then cargo test --no-run --features vulkan; fi
|
|
- if [[ $TRAVIS_OS_NAME == "windows" ]]; then cargo test --no-run --features vulkan; fi
|