vulkano/.gitlab-ci.yml
2016-02-13 19:38:55 +01:00

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