Skip to content

Commit

Permalink
App appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Oct 28, 2017
1 parent 20994b2 commit 93cc9ce
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
version: '{branch}-{build}'
environment:
PY_PYTHON: 2.7-32
install:
- cmd: >-
python -m pip install wheel
py -m pip install scons
py -m pip install markdown
build_script:
- cmd: scons

artifacts:
- path: '*.nvda-addon'
name: addon
type: WebDeployPackage

before_deploy:
- ps: $env:REPO_NAME = $env:APPVEYOR_REPO_NAME.Substring($env:APPVEYOR_REPO_NAME.IndexOf('/') + 1)

deploy:
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
release: Release $(APPVEYOR_REPO_TAG_NAME)
description: This is the release $(APPVEYOR_REPO_TAG_NAME) of the $(REPO_NAME) addon for the NVDA screen reader built and uploaded to GitHub using Appveyor.

auth_token:
secure: 3yxF2EQ/wfLKNEobcRfdNL6srjXjoMdRa/LSQ7z2PJNqOL3IEyiFtlnxxHeIQskH
artifact: addon
on:
appveyor_repo_tag: true

0 comments on commit 93cc9ce

Please sign in to comment.