Add GitLab CI configuration

This commit is contained in:
Arne Keller 2018-10-18 19:11:57 +02:00
parent 1af2c92f67
commit 4d0f7fad7c

7
.gitlab-ci.yml Normal file
View File

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