mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
appveyor: re-add build artifacts
This commit is contained in:
parent
77783180a0
commit
61fd13078a
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,13 @@ install:
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cargo build --features generic --no-default-features
|
- 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:
|
test_script:
|
||||||
- cargo test --no-fail-fast --features generic --no-default-features
|
- cargo test --no-fail-fast --features generic --no-default-features
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue