diff options
author | raveit65 <[email protected]> | 2019-03-30 17:10:13 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-30 17:10:13 +0100 |
commit | c1353b06a432a2abf89b952bb6b041a2a44ab0ea (patch) | |
tree | aade92d201af86b4ed520bebd050f918d7616b06 | |
parent | e31127bb56e9ab8eb91280e6f1104028ff923078 (diff) | |
download | marco-c1353b06a432a2abf89b952bb6b041a2a44ab0ea.tar.bz2 marco-c1353b06a432a2abf89b952bb6b041a2a44ab0ea.tar.xz |
github release for stable branch
-rw-r--r-- | .travis.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 710d956b..eeb0aa9d 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" @@ -128,3 +136,14 @@ variables: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: marco-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |