From 3cac4dfb51e35c66cb2b36a71439ab563d210d76 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Fri, 24 Jan 2020 14:47:40 +1100 Subject: [PATCH] appveyor: use skip_tags to skip continuous --- appveyor.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 56dd0f637..204124b1b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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