From e03f754dd24d629f3f45360332cc5e957cc8c84a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 4 Apr 2019 19:23:28 +0200 Subject: github release page --- .travis.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.1