Update .gitlab-ci.yml

This commit is contained in:
Lara 2019-02-05 20:49:28 +01:00
parent 272da073d1
commit 63442206e1
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ build_release:
- rustc --version
- cargo --version
- cargo build --release
artifacts:
paths:
- target/release/lifx-mqtt-bridge
cache:
paths: