diff options
author | raveit65 <[email protected]> | 2019-03-26 08:46:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-26 08:46:27 +0100 |
commit | 5396e6dc1cbbc53934745f2579416368e5e41a50 (patch) | |
tree | bbb54b4484e41ebf93bec86a3f1ae4f272e5ef0c | |
parent | 6e8b8fa17fd92a34afdd0b2e7a66609b58a46db5 (diff) | |
download | caja-extensions-5396e6dc1cbbc53934745f2579416368e5e41a50.tar.bz2 caja-extensions-5396e6dc1cbbc53934745f2579416368e5e41a50.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 c1aee89..f9edb67 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" @@ -117,3 +125,14 @@ before_scripts: after_scripts: - make distcheck + +releases: + draft: false + prerelease: false + checksum: true + file_glob: true + files: caja-extensions-*.tar.xz + github_release: + tags: true + overwrite: true + base_version: 1.20.0 |