Skip to content

Commit

Permalink
deploy to github
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Nov 30, 2015
1 parent 4069fdd commit b066be7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,15 @@ before_build:
- choco install nsis -pre
- cmake -G "Visual Studio 14 2015" -DCMAKE_PREFIX_PATH="%cd%\\dependencies" -DENABLE_NSIS=ON ..
- cd ..

deploy:
release: master-builds
description: 'Automatic builds from the master branch'
provider: GitHub
auth_token:
secure: NMy2KE3EpZTjverxNzEAoBnlV+7VLGvwy3e1WEIrliFy3R1oxuT+AgGUDcRwv9y/
artifact: /build\\Stratagus-.*\.exe/
draft: false
prerelease: true
on:
branch: tim/vs2015

0 comments on commit b066be7

Please sign in to comment.