summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-03-31 20:27:37 +0200
committerraveit65 <[email protected]>2019-03-31 20:27:37 +0200
commita0be46da6a0e2206564287859f2ee07d6a6feb0e (patch)
tree2055fd4c15b7a572f747e7f09b9d83bc7583a278
parenta4eb3bf3f40a30d9d66938b7caa5d5b5e53d1b35 (diff)
downloadmate-indicator-applet-a0be46da6a0e2206564287859f2ee07d6a6feb0e.tar.bz2
mate-indicator-applet-a0be46da6a0e2206564287859f2ee07d6a6feb0e.tar.xz
github release
-rw-r--r--.travis.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index fa5aff4..9c5b681 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"
@@ -88,3 +96,14 @@ before_scripts:
after_scripts:
- make distcheck
+
+releases:
+ draft: false
+ prerelease: false
+ checksum: true
+ file_glob: true
+ files: mate-indicator-applet-*.tar.xz
+ github_release:
+ tags: true
+ overwrite: true
+ base_version: 1.20.0