Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ff4730d04b
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
default:
|
||||
image: rust
|
||||
|
||||
compile:
|
||||
stage: build
|
||||
script:
|
||||
- cargo check
|
||||
- cargo build
|
||||
|
||||
tests:
|
||||
stage: test
|
||||
script:
|
||||
- cargo test
|
Loading…
Reference in a new issue