Add GitLab CI

This commit is contained in:
Arne Keller 2018-10-18 20:26:07 +00:00
parent 9ef881779c
commit b422cc1921

6
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,6 @@
image: "rust:latest"
test:cargo:
script:
- rustc --version && cargo --version # Print version info for debugging
- cargo test --all --verbose