mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-13 03:09:10 +08:00
Package and upload artefacts on appveyor
Useful for PRs and releases.
This commit is contained in:
parent
4ce55d1019
commit
f9b2c768b8
17
appveyor.yml
17
appveyor.yml
@ -27,6 +27,23 @@ os: Windows Server 2012 R2
|
|||||||
build_script:
|
build_script:
|
||||||
- ps: cd scripts; .\build.ps1 -Compile -verbose
|
- ps: cd scripts; .\build.ps1 -Compile -verbose
|
||||||
|
|
||||||
|
#---------------------------------#
|
||||||
|
# artifacts #
|
||||||
|
#---------------------------------#
|
||||||
|
|
||||||
|
after_build:
|
||||||
|
- ps: cd scripts; .\pack.ps1 -verbose
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
- path: build\cmder.zip
|
||||||
|
name: cmderzip
|
||||||
|
|
||||||
|
- path: build\cmder.7z
|
||||||
|
name: cmder7z
|
||||||
|
|
||||||
|
- path: build\cmder_mini.zip
|
||||||
|
name: cmdermini
|
||||||
|
|
||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
# notifications #
|
# notifications #
|
||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
|
Loading…
Reference in New Issue
Block a user