added gitlab CI
This commit is contained in:
parent
6837a73672
commit
430a4b9ab4
1 changed files with 9 additions and 0 deletions
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
stable:
|
||||||
|
stage: build
|
||||||
|
image: rust:latest
|
||||||
|
script:
|
||||||
|
- cargo build --verbose
|
||||||
|
- cargo test --verbose
|
Loading…
Reference in a new issue