add dedicated build step to CI
This commit is contained in:
parent
62ff86df32
commit
0606b985e6
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
default:
|
||||
image: rust:latest
|
||||
|
||||
compile:
|
||||
stage: build
|
||||
script:
|
||||
- cargo build
|
||||
|
||||
unit-tests:
|
||||
stage: test
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue