diff options
author | raveit65 <[email protected]> | 2019-03-30 15:31:18 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-30 15:31:18 +0100 |
commit | 9f119c5de8f5e0181f576a541c316893f2d92576 (patch) | |
tree | ffdaa9243e6e5786cb8fe8a7c93519ab79300c5f /.travis.yml | |
parent | 90be45c339e65a1d192bc61f5f95bb90f02bcaa0 (diff) | |
download | libmateweather-9f119c5de8f5e0181f576a541c316893f2d92576.tar.bz2 libmateweather-9f119c5de8f5e0181f576a541c316893f2d92576.tar.xz |
github release
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 8ef6d0c..ff6dbe7 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: libmateweather-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |