add artifact collection to gitlab ci
This commit is contained in:
parent
6cdfcaa130
commit
8062e4b2f2
@ -5,8 +5,13 @@ rust-latest:
|
||||
stage: build
|
||||
image: rust:latest
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
- cargo build
|
||||
- cargo test
|
||||
tags:
|
||||
- local
|
||||
artifacts:
|
||||
paths:
|
||||
- target/debug/telegram-leetbot
|
||||
name: "leetbot-debug"
|
||||
expose_as: "leetbot"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user