From 61fd13078a1839698db6e031064d3e54faa8335d Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Fri, 20 May 2016 21:37:14 -0400 Subject: [PATCH] appveyor: re-add build artifacts --- appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 81098f95d..725523500 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,13 @@ install: build_script: - cargo build --features generic --no-default-features + - 7z a -tzip uutils.zip .\target\release\deps\*.exe + +artifacts: + - path: uutils.zip + name: zipfile + - path: target\release\uutils.exe + name: uutils.exe test_script: - cargo test --no-fail-fast --features generic --no-default-features