mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
11 lines
211 B
YAML
11 lines
211 B
YAML
image: dockingbay/fedora-rust:nightly
|
|
|
|
stages:
|
|
- test
|
|
|
|
job1:
|
|
stage: test
|
|
script:
|
|
- cargo test -v --manifest-path glsl-to-spirv/Cargo.toml
|
|
- cargo test -v --manifest-path vulkano-shaders/Cargo.toml
|