diff options
author | raveit65 <[email protected]> | 2019-03-26 14:09:07 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-30 14:17:46 +0100 |
commit | 24afb5b9383c507f5b6de44f1a1c31525779a1b8 (patch) | |
tree | c229ebfe7e29924c139f52a87d3eeb51bf7b67c2 | |
parent | 97f481f89f5fa378f0428f7ac1c496c7eb80aa61 (diff) | |
download | libmatekbd-24afb5b9383c507f5b6de44f1a1c31525779a1b8.tar.bz2 libmatekbd-24afb5b9383c507f5b6de44f1a1c31525779a1b8.tar.xz |
github release
-rw-r--r-- | .travis.yml | 37 |
1 files changed, 27 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index 1ff37a6..02b6295 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,16 +24,22 @@ script: - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build scripts deploy: - provider: pages - github-token: $GITHUB_TOKEN - #keep-history: true - skip_cleanup: true - committer-from-gh: true - target-branch: gh-pages - local-dir: html-report - on: - all_branches: true - condition: ${DISTRO} =~ ^fedora.*$ + - provider: pages + github-token: $GITHUB_TOKEN + #keep-history: true + skip_cleanup: true + committer-from-gh: true + target-branch: gh-pages + local-dir: html-report + on: + all_branches: true + condition: ${DISTRO} =~ ^fedora.*$ + - provider: script + script: ./docker-build --verbose --config .travis.yml --release github + skip_cleanup: true + on: + tags: true + condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" after_success: - 'if [[ "$TRAVIS_SECURE_ENV_VARS" == "true" && "$TRAVIS_PULL_REQUEST" != "false" && ${DISTRO} =~ ^fedora.*$ ]]; then @@ -156,3 +162,14 @@ after_scripts: - ./gen-index -i http://mate-desktop.org/favicon.ico - fi - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: libmatekbd-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |