diff options
author | raveit65 <[email protected]> | 2019-04-01 14:24:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-01 14:24:58 +0200 |
commit | 26043fa7c5dc5acaf300a5908b38ec8578774145 (patch) | |
tree | eed0b9391da8c3d36f4aef2d1734d075f0d4094d | |
parent | 25f0f7141eebcb8605ddeb2c70c9a8726984545e (diff) | |
download | mate-netbook-26043fa7c5dc5acaf300a5908b38ec8578774145.tar.bz2 mate-netbook-26043fa7c5dc5acaf300a5908b38ec8578774145.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 1f8655a..daf2725 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" @@ -88,3 +96,14 @@ before_scripts: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: mate-netbook-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |