forked from Ruderverein-Donau-Linz/rowt
add ci
This commit is contained in:
parent
494ec31c8d
commit
a95b2f2fd0
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
rust-latest:
|
||||||
|
stage: build
|
||||||
|
image: rust:latest
|
||||||
|
script:
|
||||||
|
- cargo build --verbose
|
||||||
|
- cargo test --verbose
|
Loading…
x
Reference in New Issue
Block a user