Skip to content

Commit

Permalink
add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeric-X committed May 22, 2017
1 parent 6071bd7 commit bcf8772
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 1.0.{build}
image: Visual Studio 2013
configuration: Release
platform: Any CPU
build:
verbosity: minimal
after_build:
- cmd: AppVeyor.bat
artifacts:
- path: SyncClipboard\bin\Release\SyncClipboard.exe
name: SyncClipboard_$(VERSION)
deploy:
- provider: GitHub
release: $(VERSION)
description: $(FEATURE)
auth_token:
secure: zuPhf3Nx5b5FX/XCtz5/goxwD1t3htaC59DgWs2AiaeNdoTssqKoT1QX+2S+h3pr
artifact: SyncClipboard_$(VERSION)
force_update: true
on:
APPVEYOR_REPO_TAG: true

0 comments on commit bcf8772

Please sign in to comment.