diff options
author | raveit65 <[email protected]> | 2019-03-27 22:56:22 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-27 22:56:22 +0100 |
commit | 79bae43e3f35fcaeca32ba1d3df088b9d0038434 (patch) | |
tree | bdea5f2282ad65aea25e2405e2d2ac1bca27d56d | |
parent | c16eee505ba1eb4b78a2ae9b1af456b2687250f2 (diff) | |
download | engrampa-79bae43e3f35fcaeca32ba1d3df088b9d0038434.tar.bz2 engrampa-79bae43e3f35fcaeca32ba1d3df088b9d0038434.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 32a035f..c1fa738 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" @@ -95,3 +103,14 @@ before_scripts: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: engrampa-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |