diff options
author | raveit65 <[email protected]> | 2019-03-26 14:29:38 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-29 22:21:50 +0100 |
commit | 2bb9e2f140de6185d3b467161da62080b5983b04 (patch) | |
tree | a8571b47e7f72e676a545c009b576d403c354c9d /.travis.yml | |
parent | 79ab5450054ec06a0b20f9660d05513752d9b190 (diff) | |
download | libmatemixer-2bb9e2f140de6185d3b467161da62080b5983b04.tar.bz2 libmatemixer-2bb9e2f140de6185d3b467161da62080b5983b04.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 c5ea9eb..23eca7e 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" @@ -78,3 +86,14 @@ before_scripts: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: libmatemixer-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |