diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..1585516d --- /dev/null +++ b/.gitlab-ci.yml @@ -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