vulkano/.gitlab-ci.yml

11 lines
211 B
YAML
Raw Normal View History

2016-02-13 18:38:55 +00:00
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