summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-04-05 13:50:43 +0200
committerraveit65 <[email protected]>2019-04-05 13:50:43 +0200
commitbcd23558985fab871cd03139fb971373ebaadf7d (patch)
treed473cf27738b5caeefd2ae24a9918f151c3bcb23
parentcfead43b35a5618edf01f223c5da3cbc2394916f (diff)
downloadmate-utils-bcd23558985fab871cd03139fb971373ebaadf7d.tar.bz2
mate-utils-bcd23558985fab871cd03139fb971373ebaadf7d.tar.xz
github release page for stable branch
-rw-r--r--.travis.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1d9f3104..f9d98c52 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"
@@ -127,3 +135,14 @@ before_scripts:
after_scripts:
- make distcheck
+
+releases:
+ draft: false
+ prerelease: false
+ checksum: true
+ file_glob: true
+ files: mate-utils-*.tar.xz
+ github_release:
+ tags: true
+ overwrite: true
+ base_version: 1.20.0