[meld] appveyor: Re-enable non-tag builds
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] appveyor: Re-enable non-tag builds
- Date: Sat, 28 Apr 2018 23:02:54 +0000 (UTC)
commit 741b705241234203923ede080bbbac8561c93edc
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sun Apr 29 09:00:38 2018 +1000
appveyor: Re-enable non-tag builds
Appveyor has some issues building tags if the tag isn't actually the
most recent commit on that branch. In our release workflow this is
theoretically fine, but because we're mirroring the repos across to
Github, in reality I've always pushed the post-release version bump
commit before the tag actually gets mirrored.
appveyor.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/appveyor.yml b/appveyor.yml
index bf5cb5f9..f189ae6c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,7 +7,8 @@ branches:
- meld-3-18
# Only build tags automatically
-skip_non_tags: true
+# TODO: Disabled due to https://github.com/appveyor/ci/issues/1887
+# skip_non_tags: true
init:
- ps: |
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]