mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
11 lines
192 B
YAML
11 lines
192 B
YAML
sudo: false
|
|
|
|
language: rust
|
|
rust:
|
|
- nightly
|
|
- stable
|
|
|
|
script:
|
|
- cargo test -v --manifest-path glsl-to-spirv/Cargo.toml
|
|
- cargo test -v --manifest-path shader-parser/Cargo.toml
|