add gitlab ci file
This commit is contained in:
parent
d9183e64fa
commit
6cdfcaa130
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
@ -0,0 +1,12 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
rust-latest:
|
||||
stage: build
|
||||
image: rust:latest
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
tags:
|
||||
- local
|
||||
|
||||
Loading…
Reference in New Issue
Block a user