Appveyor: skip building tags
authorLei Zhang <antiagainst@google.com>
Tue, 14 Nov 2017 14:18:42 +0000 (09:18 -0500)
committerLei Zhang <antiagainst@google.com>
Wed, 15 Nov 2017 12:26:34 +0000 (07:26 -0500)
.appveyor.yml

index d663d7e..7514de0 100644 (file)
@@ -20,6 +20,13 @@ branches:
   only:
     - master
 
+# Travis advances the master-tot tag to current top of the tree after
+# each push into the master branch, because it relies on that tag to
+# upload build artifacts to the master-tot release. This will cause
+# double testing for each push on Appveyor: one for the push, one for
+# the tag advance. Disable testing tags.
+skip_tags: true
+
 clone_depth: 5
 
 matrix: