summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-04-01 14:12:30 +0200
committerraveit65 <[email protected]>2019-04-01 14:12:30 +0200
commit5edf0a7d5d3322f45dbc3113600fa3eeb7dd5582 (patch)
treea190ba3254fad39b19fe5417f5fc55f2b825b0ef
parentfe7235f192496e7998628ca2f56a9eb9742124e2 (diff)
downloadmate-menus-5edf0a7d5d3322f45dbc3113600fa3eeb7dd5582.tar.bz2
mate-menus-5edf0a7d5d3322f45dbc3113600fa3eeb7dd5582.tar.xz
github release page
-rw-r--r--.travis.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 06cff5e..dc16d70 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"
@@ -76,3 +84,14 @@ variables:
after_scripts:
- make distcheck
+
+releases:
+ draft: false
+ prerelease: false
+ checksum: true
+ file_glob: true
+ files: mate-menus-*.tar.xz
+ github_release:
+ tags: true
+ overwrite: true
+ base_version: 1.20.0