Gitlab-ci attempt #1

This commit is contained in:
Pierre Krieger 2016-04-11 08:27:44 +02:00
parent 6cef1eedd8
commit 11e1f556ca

View File

@ -1,10 +1,21 @@
image: dockingbay/fedora-rust:nightly
image: ubuntu:xenial
before_script:
- curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh
- multirust default stable
stages:
- test
- deploy
job1:
stage: test
script:
- cargo test -v --manifest-path glsl-to-spirv/Cargo.toml
- cargo test -v --manifest-path vulkano-shaders/Cargo.toml
- cargo build -v --manifest-path vulkano/Cargo.toml
docs:
stage: deploy
script:
- cargo doc --manifest-path vulkano/Cargo.toml