mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-02 02:56:32 +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:
parent
b602dbd294
commit
16f0fa6aa6
@ -3,6 +3,7 @@ env:
|
|||||||
global:
|
global:
|
||||||
- PROJECT_NAME: ripgrep
|
- PROJECT_NAME: ripgrep
|
||||||
- RUST_BACKTRACE: full
|
- RUST_BACKTRACE: full
|
||||||
|
- TRAVIS_TAG: testrelease
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
@ -100,6 +101,7 @@ branches:
|
|||||||
only:
|
only:
|
||||||
# Pushes and PR to the master branch
|
# Pushes and PR to the master branch
|
||||||
- master
|
- master
|
||||||
|
- ag/prepare-0.10.0
|
||||||
# Ruby regex to match tags. Required, or travis won't trigger deploys when
|
# Ruby regex to match tags. Required, or travis won't trigger deploys when
|
||||||
# a new tag is pushed.
|
# a new tag is pushed.
|
||||||
- /^\d+\.\d+\.\d+.*$/
|
- /^\d+\.\d+\.\d+.*$/
|
||||||
|
@ -73,9 +73,10 @@ deploy:
|
|||||||
# deploy when a new tag is pushed and only on the stable channel
|
# deploy when a new tag is pushed and only on the stable channel
|
||||||
on:
|
on:
|
||||||
CHANNEL: stable
|
CHANNEL: stable
|
||||||
APPVEYOR_REPO_TAG: true
|
branch: ag/prepare-0.10.0
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- /^\d+\.\d+\.\d+$/
|
- /^\d+\.\d+\.\d+$/
|
||||||
- master
|
- master
|
||||||
|
- ag/prepare-0.10.0
|
||||||
|
Loading…
Reference in New Issue
Block a user