1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-14 22:15:13 +02:00

TRASH: ci: test release build

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.
This commit is contained in:
Andrew Gallant
2018-09-07 12:34:50 -04:00
parent b602dbd294
commit 16f0fa6aa6
2 changed files with 4 additions and 1 deletions

@ -3,6 +3,7 @@ env:
global:
- PROJECT_NAME: ripgrep
- RUST_BACKTRACE: full
- TRAVIS_TAG: testrelease
addons:
apt:
packages:
@ -100,6 +101,7 @@ branches:
only:
# Pushes and PR to the master branch
- master
- ag/prepare-0.10.0
# Ruby regex to match tags. Required, or travis won't trigger deploys when
# a new tag is pushed.
- /^\d+\.\d+\.\d+.*$/

@ -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