appveyor: use skip_tags to skip continuous

This commit is contained in:
itsmattkc
2020-01-24 14:47:40 +11:00
parent ca63e6ff89
commit 3cac4dfb51
+5 -3
View File
@@ -1,10 +1,12 @@
version: "{build}"
branches:
except:
- continuous # Don't build the branch we create uploading to GitHub
image: Visual Studio 2017
environment:
TRAVIS_REPO_SLUG: olive-editor/olive
# Hack to not buid the "continuous" tag (https://github.com/appveyor/ci/issues/486)
# FIXME: Will unforttunately skip release tags
skip_tags: true
install:
- cd C:\Tools\vcpkg
- git pull