Skip to content

Commit

Permalink
Gitlab-ci attempt #1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Apr 11, 2016
1 parent 6cef1ee commit 11e1f55
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 11e1f55

Please sign in to comment.