diff options
author | raveit65 <[email protected]> | 2019-04-01 18:17:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-01 18:17:01 +0200 |
commit | 7ae1a3531f9197e990a3c0c0b46b6d9d66f1e112 (patch) | |
tree | 1b3019738d3a38259be79420cba6f99781d7bf15 | |
parent | 64349db3442376c2d35318011374ebfd2e4b2751 (diff) | |
download | mate-notification-daemon-7ae1a3531f9197e990a3c0c0b46b6d9d66f1e112.tar.bz2 mate-notification-daemon-7ae1a3531f9197e990a3c0c0b46b6d9d66f1e112.tar.xz |
github release page
-rw-r--r-- | .travis.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 881919b..5b26ef1 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" @@ -106,3 +114,14 @@ variables: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: mate-notification-daemon-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |