summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-03-31 12:54:38 +0200
committerraveit65 <[email protected]>2019-03-31 12:54:38 +0200
commitd7739895aff22ffe433578ff9f7d8b955ce50423 (patch)
tree757bea89f937028ea41635b7a68507a4c5f48b8d
parent87cb743c98fe4fe9d132e07132355e3307923024 (diff)
downloadmate-applets-d7739895aff22ffe433578ff9f7d8b955ce50423.tar.bz2
mate-applets-d7739895aff22ffe433578ff9f7d8b955ce50423.tar.xz
github release for stable branch
-rw-r--r--.travis.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dff4ebad..a86b6e7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,14 @@ install:
script:
- ./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:
- DISTRO="archlinux/base"
- DISTRO="debian:sid"
@@ -139,3 +147,14 @@ before_scripts:
after_scripts:
- make distcheck
+
+releases:
+ draft: false
+ prerelease: false
+ checksum: true
+ file_glob: true
+ files: mate-applets-*.tar.xz
+ github_release:
+ tags: true
+ overwrite: true
+ base_version: 1.20.0