[ci] add ci file to test out ci tests

This commit is contained in:
core 2022-12-15 17:04:01 -05:00
parent 70630f27fc
commit d0fee30535
Signed by: core
GPG key ID: FDBF740DADDCEECF

10
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,10 @@
compile:
stage: build
script:
- cargo check
- cargo build
tests:
stage: test
script:
- cargo test