Skip to content

Commit

Permalink
push windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Dec 3, 2015
1 parent 75611ff commit 7ec9a08
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@ before_build:
- choco install nsis -pre
- cmake -G "Visual Studio 14 2015" -DCMAKE_PREFIX_PATH="%cd%\\dependencies" -DSTRATAGUS=stratagus -DSTRATAGUS_INCLUDE_DIR="%cd%\\stratagus-master\\gameheaders" -DENABLE_NSIS=ON ..
- cd ..
artifacts:
- path: build\Wargus-*.exe
deploy:
release: master-builds
description: 'Automatic builds from the master branch'
provider: GitHub
auth_token:
secure: NMy2KE3EpZTjverxNzEAoBnlV+7VLGvwy3e1WEIrliFy3R1oxuT+AgGUDcRwv9y/
artifact: /.*exe/
draft: false
prerelease: true
on:
branch: master

0 comments on commit 7ec9a08

Please sign in to comment.