1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

appveyor: re-add build artifacts

This commit is contained in:
Joseph Crail 2016-05-20 21:37:14 -04:00
parent 77783180a0
commit 61fd13078a

View file

@ -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