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