Update .gitlab-ci.yml

This commit is contained in:
Lara 2019-02-05 20:43:29 +01:00
parent 8971f8b92a
commit 272da073d1

View file

@ -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: