Skip to content

Commit

Permalink
Added appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gigi81 committed Aug 21, 2017
1 parent f2d31dd commit 37c0ba1
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
@@ -0,0 +1,13 @@
version: 5.5.2.{build}
skip_tags: true
build_script:
- cmd: build.bat
artifacts:
- path: dist\*.exe
name: elk-windows-installer
deploy:
- provider: GitHub
tag: v$(appveyor_build_version)
auth_token:
secure: WKW7iv7GyuUpIzWa8ptBbrG9X2OtBR4YSr9ZKQiv9/0qqW+wgqDC3oG0F6+57ZBk
draft: true

0 comments on commit 37c0ba1

Please sign in to comment.