summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-03-31 17:51:54 +0200
committerraveit65 <[email protected]>2019-03-31 17:51:54 +0200
commit494e9e8c1aadfa90c754660cbe01493b4ff234ec (patch)
treeb32f0456ef6ca7a61f342fb2729a0269320469c8 /.travis.yml
parent3abb19207a8442e5c735072e90ee98fe7575a02d (diff)
downloadmate-icon-theme-494e9e8c1aadfa90c754660cbe01493b4ff234ec.tar.bz2
mate-icon-theme-494e9e8c1aadfa90c754660cbe01493b4ff234ec.tar.xz
github release for stable branch
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e017ed9..c316be4 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"
@@ -83,3 +91,14 @@ before_scripts:
after_scripts:
- make distcheck
+
+releases:
+ draft: false
+ prerelease: false
+ checksum: true
+ file_glob: true
+ files: mate-icon-theme-*.tar.xz
+ github_release:
+ tags: true
+ overwrite: true
+ base_version: 1.20.0