Add a gitlab-ci file

This commit is contained in:
Pierre Krieger 2016-02-13 19:38:55 +01:00
parent 3f18306a1a
commit 148792fda4

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
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