Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish appveyor artefacts #718

Merged
merged 7 commits into from
Nov 18, 2015
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,23 @@ os: Windows Server 2012 R2
build_script:
- ps: cd scripts; .\build.ps1 -Compile -verbose

#---------------------------------#
# artifacts #
#---------------------------------#

after_build:
- ps: .\pack.ps1 -verbose

artifacts:
- path: build\cmder.zip
name: cmderzip

- path: build\cmder.7z
name: cmder7z

- path: build\cmder_mini.zip
name: cmdermini

#---------------------------------#
# notifications #
#---------------------------------#
Expand Down