github release page for stable branch
parent
45d2d21d13
commit
2e51fe5c94
19
.travis.yml
19
.travis.yml
|
@ -18,6 +18,14 @@ install:
|
||||||
script:
|
script:
|
||||||
- ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools
|
- ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
- provider: script
|
||||||
|
script: ./docker-build --verbose --config .travis.yml --release github
|
||||||
|
skip_cleanup: true
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
|
condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DISTRO="archlinux/base"
|
- DISTRO="archlinux/base"
|
||||||
- DISTRO="debian:sid"
|
- DISTRO="debian:sid"
|
||||||
|
@ -95,3 +103,14 @@ before_scripts:
|
||||||
|
|
||||||
after_scripts:
|
after_scripts:
|
||||||
- make distcheck
|
- make distcheck
|
||||||
|
|
||||||
|
releases:
|
||||||
|
draft: false
|
||||||
|
prerelease: false
|
||||||
|
checksum: true
|
||||||
|
file_glob: true
|
||||||
|
files: mate-terminal-*.tar.xz
|
||||||
|
github_release:
|
||||||
|
tags: true
|
||||||
|
overwrite: true
|
||||||
|
base_version: 1.20.0
|
||||||
|
|
Loading…
Reference in New Issue