Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/appveyor_debug'
Browse files Browse the repository at this point in the history
  • Loading branch information
nocd5 committed Jun 12, 2016
2 parents 0c21beb + 1e2bdb9 commit 2195fe0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: '{branch}_1.0.{build}'
branches:
except:
- gh-pages
skip_tags: true
clone_folder: C:\Users\appveyor\md2html
environment:
GOPATH: C:\gopath
Expand Down Expand Up @@ -30,3 +31,9 @@ after_build:
artifacts:
- path: md2html_$(GOOS)_$(GOARCH).zip
name: md2html
deploy:
- provider: GitHub
auth_token:
secure: msXREOrf813FAzkJvvU5/QyYe/ZKzMQhMx9Zv3XD7NAHHAR+Zf1ueMDi6MsQmFlt
artifact: md2html_$(GOOS)_$(GOARCH).zip
draft: true

0 comments on commit 2195fe0

Please sign in to comment.