diff options
author | raveit65 <[email protected]> | 2019-04-05 14:35:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-05 14:35:19 +0200 |
commit | 462236de4880516615896e8e7021ce716655aacf (patch) | |
tree | 548934b3f2f3301f19e71fee958aada407c6c4e1 /.travis.yml | |
parent | 070d1b3df8c15de5e95f2c670917a4da492200ac (diff) | |
download | mozo-462236de4880516615896e8e7021ce716655aacf.tar.bz2 mozo-462236de4880516615896e8e7021ce716655aacf.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 21c84e5..33f8c24 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" @@ -104,3 +112,14 @@ before_scripts: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: mozo-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |