Skip to content

Commit

Permalink
Appveyor: Release tagged MinGW builds in Github
Browse files Browse the repository at this point in the history
  • Loading branch information
equalsraf committed Feb 18, 2016
1 parent 6a4ac22 commit c2912f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contrib/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ environment:
QTDIR: C:\Qt\5.5\mingw492_32
MINGW: C:\Qt\Tools\mingw492_32
SCRIPT: contrib\appveyor-mingw.bat
RELEASE_ARTIFACT: true
- VCINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\
QTDIR: C:\Qt\5.5\msvc2013
SCRIPT: contrib\appveyor-msvc.bat
Expand All @@ -23,10 +24,12 @@ artifacts:
deploy:
- provider: GitHub
description: Automated builds (Appveyor)
release: $(appveyor_repo_tag_name)
auth_token:
secure: Hx2tU6GZPZNB6qGjHcIqa1tEm8fVGXZUVfXyjboVrPcmA9OWMTXhLxayDzMMl3kD
artifact: build\neovim-qt.zip
prerelease: true
prerelease: false
on:
appveyor_repo_tag: true
configuration: RelWithDebInfo
release_artifact: true

0 comments on commit c2912f4

Please sign in to comment.