added gitlab CI

This commit is contained in:
Lynne Megido 2021-04-21 16:57:57 +10:00
parent 6837a73672
commit 430a4b9ab4
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
stages:
- build
stable:
stage: build
image: rust:latest
script:
- cargo build --verbose
- cargo test --verbose