Add gitlab ci
This commit is contained in:
parent
d2d28b8011
commit
339a4d65b0
1 changed files with 12 additions and 0 deletions
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
Build:
|
||||||
|
stage: build
|
||||||
|
image: rust
|
||||||
|
cache:
|
||||||
|
key: global
|
||||||
|
paths:
|
||||||
|
- target
|
||||||
|
script:
|
||||||
|
- cargo build --verbose
|
Loading…
Reference in a new issue