summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-09-07 12:34:50 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-09-07 13:30:24 -0400
commit16f0fa6aa6082395b683d1af788bbe12c0604033 (patch)
treea6dc80af710dae42ea40c73792bec906c5d7b52b /appveyor.yml
parentb602dbd2946e83c420f54fdcb886e8d00ab37c8d (diff)
TRASH: ci: test release buildag/prepare-0.10.0
We test the release process in Travis by setting TRAVIS_TAG explicitly. We test the release process in Appveyor by switching to a branch test.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 51dd3b63..a6df75b8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -73,9 +73,10 @@ deploy:
# deploy when a new tag is pushed and only on the stable channel
on:
CHANNEL: stable
- APPVEYOR_REPO_TAG: true
+ branch: ag/prepare-0.10.0
branches:
only:
- /^\d+\.\d+\.\d+$/
- master
+ - ag/prepare-0.10.0