Skip to content

Commit

Permalink
Fix nightly builds not triggering (issue #967)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Jun 25, 2017
1 parent 7acb611 commit 1561be0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ version: '{build}'

environment:
APPVEYOR: 1
DEPLOY: 0

matrix:
# MSVC x86
- PLATFORM: amd64_x86
QTDIR: C:\Qt\5.7\msvc2015
MAKE: nmake
MAKEFILES: NMake Makefiles
DEPLOY: 1

# MSVC x64
- PLATFORM: amd64
Expand Down Expand Up @@ -45,9 +47,9 @@ artifacts:

deploy:
- provider: GitHub
tag: ""
tag: nightly
release: Nightly
draft: true
draft: false
prerelease: true
force_update: true
artifact: release\Grabber.exe
Expand All @@ -58,4 +60,4 @@ deploy:
secure: mUYQ72KBJUaYr5Bhy2HkBkEY13Q7k27Q7IRmOGXfTOq7YnXUS9PikETcZvzCfiVu
on:
branch: develop
PLATFORM: amd64_x86
DEPLOY: 1

0 comments on commit 1561be0

Please sign in to comment.