Update .gitlab-ci.yml
This commit is contained in:
parent
272da073d1
commit
63442206e1
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ build_release:
|
|||
- rustc --version
|
||||
- cargo --version
|
||||
- cargo build --release
|
||||
artifacts:
|
||||
paths:
|
||||
- target/release/lifx-mqtt-bridge
|
||||
|
||||
cache:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue