commit/placeMarkers: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: commits+int+220+6085746285340533186@xxxxxxxxxxxxxxxxxxxxx, nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sat, 28 Oct 2017 11:28:07 +0000 (UTC)

2 new commits in placeMarkers:

https://bitbucket.org/nvdaaddonteam/placemarkers/commits/20994b29dc9f/
Changeset:   20994b29dc9f
Branch:      None
User:        norrumar
Date:        2017-10-28 11:25:41+00:00
Summary:     Bump version: 8.3

l10n updates

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index 81e212c..8e586fa 100755
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@ addon_info = {
        # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager
        "addon_description" : _("Add-on for setting place markers on specific 
virtual documents"),
        # version
-       "addon_version" : "8.2",
+       "addon_version" : "8.3",
        # Author(s)
        "addon_author" : u"Noelia <nrm1977@xxxxxxxxx>, Chris 
<llajta2012@xxxxxxxxx>",
        # URL for the add-on documentation support


https://bitbucket.org/nvdaaddonteam/placemarkers/commits/93cc9ce9fc64/
Changeset:   93cc9ce9fc64
Branch:      master
User:        norrumar
Date:        2017-10-28 11:26:57+00:00
Summary:     App appveyor.yml

Affected #:  1 file

diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..3710d04
--- /dev/null
+++ b/appveyor.yml
@@ -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
\ No newline at end of file

Repository URL: https://bitbucket.org/nvdaaddonteam/placemarkers/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts: