summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-03-31 15:49:25 +0200
committerraveit65 <[email protected]>2019-03-31 15:49:25 +0200
commit44c9c2ba23e1e4d2b7d615f7b8a6a5edf15c5ec7 (patch)
treed26a1a02fb4e31ca1b79c4c03336bae4eb1b8e3f /.travis.yml
parent952c7f9619a4cd9bcc4142e313da16ad4f69751e (diff)
downloadmate-calc-44c9c2ba23e1e4d2b7d615f7b8a6a5edf15c5ec7.tar.bz2
mate-calc-44c9c2ba23e1e4d2b7d615f7b8a6a5edf15c5ec7.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 a644443..396f72f 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"
@@ -86,3 +94,14 @@ before_scripts:
after_scripts:
- make distcheck
+
+releases:
+ draft: false
+ prerelease: false
+ checksum: true
+ file_glob: true
+ files: mate-calc-*.tar.xz
+ github_release:
+ tags: true
+ overwrite: true
+ base_version: 1.20.0