diff options
author | raveit65 <[email protected]> | 2019-04-05 16:09:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-05 16:09:10 +0200 |
commit | b1e10cf2cee3ef28c0540b09fdaeb51922df9a97 (patch) | |
tree | 575f0f1b0b00783cd140cb4cff417a302ef408b2 /.travis.yml | |
parent | 1d5a8b7aa497c6d3d3257887f95832eda397347c (diff) | |
download | python-caja-b1e10cf2cee3ef28c0540b09fdaeb51922df9a97.tar.bz2 python-caja-b1e10cf2cee3ef28c0540b09fdaeb51922df9a97.tar.xz |
github release page
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fa581d4..bb2c87c 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" @@ -79,3 +87,14 @@ variables: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: python-caja-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |