Skip to content

Commit

Permalink
Enable appveyor artifact for installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Feb 10, 2018
1 parent 9622329 commit 7889aed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ clone_folder: C:\etterna


artifacts:
- path: C:\etterna\Etterna*.exe
- path: Etterna *.exe

install:
- cmd: choco install nsis
Expand All @@ -28,7 +28,9 @@ build:

after_build:
- cmd: msbuild "C:\etterna\build\PACKAGE.vcxproj" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- cmd: msbuild makensis.exe stepmania.nsi
- cmd: >-
"C:\Program Files (x86)\NSIS\makensis.exe" "C:\etterna\stepmania.nsi"
notifications:
- provider: Email
Expand Down

0 comments on commit 7889aed

Please sign in to comment.