Update .gitlab-ci.yml
This commit is contained in:
parent
8971f8b92a
commit
272da073d1
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,13 @@ test:
|
|||
- rustc --version
|
||||
- cargo --version
|
||||
- cargo test --verbose
|
||||
|
||||
build_release:
|
||||
stage: build
|
||||
script:
|
||||
- rustc --version
|
||||
- cargo --version
|
||||
- cargo build --release
|
||||
|
||||
cache:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue