Add .gitlab-ci.yml
This commit is contained in:
parent
4725e5f174
commit
5308b6b1f1
1 changed files with 6 additions and 0 deletions
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
image: "scorpil/rust:stable"
|
||||
|
||||
test:cargo:
|
||||
script:
|
||||
- rustc --version && cargo --version
|
||||
- cargo test --verbose --jobs 1 --release
|
Loading…
Reference in a new issue