[ci] add ci file to test out ci tests
This commit is contained in:
parent
70630f27fc
commit
d0fee30535
1 changed files with 10 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
compile:
|
||||
stage: build
|
||||
script:
|
||||
- cargo check
|
||||
- cargo build
|
||||
|
||||
tests:
|
||||
stage: test
|
||||
script:
|
||||
- cargo test
|
Loading…
Reference in a new issue