diff options
author | raveit65 <[email protected]> | 2019-04-04 19:25:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-04 19:25:34 +0200 |
commit | 390646c49f1d36afe505cb0ec767cebaaa1c0cd4 (patch) | |
tree | 831e9f7d20cdd1df1a03e9adf75544e704bbc1af /.travis.yml | |
parent | f4ebba13856d52a0f85d8027b03b9c49c51b7f14 (diff) | |
download | mate-themes-390646c49f1d36afe505cb0ec767cebaaa1c0cd4.tar.bz2 mate-themes-390646c49f1d36afe505cb0ec767cebaaa1c0cd4.tar.xz |
github release page for stable branch
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 8d4e4cc1..f1f5ceaa 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" @@ -75,3 +83,14 @@ variables: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: mate-themes-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 3.22.0 |