summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-03-31 17:49:40 +0200
committerraveit65 <[email protected]>2019-03-31 17:49:40 +0200
commite0689908ebdfa5d13e37c15631d89f3fc1e7b584 (patch)
treec4e1d1636ae1e58fff667b20ab879e12fbc5cfa9 /.travis.yml
parent7553e20cbe51effe1c12173a93958f72221b1f27 (diff)
downloadmate-icon-theme-e0689908ebdfa5d13e37c15631d89f3fc1e7b584.tar.bz2
mate-icon-theme-e0689908ebdfa5d13e37c15631d89f3fc1e7b584.tar.xz
github release
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