appveyor: generate a zip of target/

master
edef 2016-07-17 17:16:19 -04:00
parent 8c761d944f
commit f44936f957
1 changed files with 4 additions and 0 deletions

View File

@ -15,3 +15,7 @@ build_script:
test_script:
- cargo test
- cargo bench
artifacts:
- path: target
name: Cargo output
type: zip