Skip to content

Commit

Permalink
Add appveyor deploy capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Friedman committed Jul 9, 2017
1 parent 9bc9e2d commit bb06749
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ platform: Any CPU
build: off
test_script:
- nmake /F NMakefile test-all
before_deploy:
- nmake /F NMakefile clean latria
deploy:
provider: GitHub
auth_token:
secure: VXCmu2vAN8L+rOshz8ayzNeplJ22ClEiL3hJ5RnXEq9N9wyZU2htV5h8NX1i2XJq
artifact: build\latria.exe
on:
branch: master
appveyor_repo_tag: true

0 comments on commit bb06749

Please sign in to comment.