mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-10-30 05:52:44 +00:00
Add a gitlab-ci file
This commit is contained in:
parent
3f18306a1a
commit
148792fda4
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user