mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 09:27:21 +00:00
add artifact products to appveyor build process
This commit is contained in:
parent
83295f1e08
commit
eab6c294d6
1 changed files with 8 additions and 1 deletions
|
@ -25,7 +25,14 @@ install:
|
|||
- cargo -V
|
||||
|
||||
build_script:
|
||||
- call %MBASH% "cd $APPVEYOR_BUILD_FOLDER; PATH=$PATH:/mingw64/bin:/mingw32/bin; exec 0</dev/null; make"
|
||||
- call %MBASH% "cd $APPVEYOR_BUILD_FOLDER; PATH=$PATH:/mingw64/bin:/mingw32/bin; exec 0</dev/null; make PROFILE='release' build"
|
||||
- 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:
|
||||
- call %MBASH% "cd $APPVEYOR_BUILD_FOLDER; PATH=$PATH:/mingw64/bin:/mingw32/bin; exec 0</dev/null; make test"
|
||||
|
|
Loading…
Reference in a new issue