[ci] collect build artifacts for a week
This commit is contained in:
parent
9316502432
commit
68d4507084
|
@ -6,6 +6,10 @@ compile:
|
||||||
script:
|
script:
|
||||||
- cargo check
|
- cargo check
|
||||||
- cargo build
|
- cargo build
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- target/release/quicktap-cli
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in New Issue