forked from M-Labs/libfringe
appveyor: generate a zip of target/
This commit is contained in:
parent
8c761d944f
commit
f44936f957
|
@ -15,3 +15,7 @@ build_script:
|
||||||
test_script:
|
test_script:
|
||||||
- cargo test
|
- cargo test
|
||||||
- cargo bench
|
- cargo bench
|
||||||
|
artifacts:
|
||||||
|
- path: target
|
||||||
|
name: Cargo output
|
||||||
|
type: zip
|
||||||
|
|
Loading…
Reference in New Issue