diff options
author | raveit65 <[email protected]> | 2019-03-31 20:44:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-31 20:44:00 +0200 |
commit | 2f669a49b60411d5f66039ffa4adc9b1afeada24 (patch) | |
tree | e57b4779e203f71760ad92611027af70a5c7bc18 | |
parent | 96eb64466bef2ed5994a4a0f62d055503eebb4f7 (diff) | |
download | mate-media-2f669a49b60411d5f66039ffa4adc9b1afeada24.tar.bz2 mate-media-2f669a49b60411d5f66039ffa4adc9b1afeada24.tar.xz |
github release
-rw-r--r-- | .travis.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 34fb988..21b533a 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: mate-media-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |