Skip to content

Commit

Permalink
github release page
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Apr 2, 2019
1 parent 257cc4b commit 09af4c5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Expand Up @@ -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"
Expand Down Expand Up @@ -156,3 +164,14 @@ before_scripts:

after_scripts:
- make distcheck

releases:
draft: false
prerelease: false
checksum: true
file_glob: true
files: mate-screensaver-*.tar.xz
github_release:
tags: true
overwrite: true
base_version: 1.20.0

0 comments on commit 09af4c5

Please sign in to comment.