diff options
author | raveit65 <[email protected]> | 2019-04-05 13:38:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-05 13:38:40 +0200 |
commit | 04e7e3e3ddc1e396b0ba46d626719aab645a7eb9 (patch) | |
tree | d2bb0bf3b8e2f98a5a776f339e40a3974e473e27 | |
parent | 922d86954998533a9309064c04ce4f6742782fa1 (diff) | |
download | mate-user-share-04e7e3e3ddc1e396b0ba46d626719aab645a7eb9.tar.bz2 mate-user-share-04e7e3e3ddc1e396b0ba46d626719aab645a7eb9.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 11eb0bf..f87fc30 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" @@ -109,3 +117,14 @@ before_scripts: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: mate-user-share-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |