diff options
author | raveit65 <[email protected]> | 2019-04-02 14:24:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-02 14:24:45 +0200 |
commit | 76a48a0f219e8621fe45b176f404962f13770b43 (patch) | |
tree | b13b888e657cf4f87209d0cdaf3aa2f44918d6bd | |
parent | d260f88b5a84cfd365022420d8f22c51081fe44f (diff) | |
download | mate-polkit-76a48a0f219e8621fe45b176f404962f13770b43.tar.bz2 mate-polkit-76a48a0f219e8621fe45b176f404962f13770b43.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 33cf9ab..43758d8 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" @@ -81,3 +89,14 @@ before_scripts: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: mate-polkit-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |