diff options
author | raveit65 <[email protected]> | 2019-06-22 10:37:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-22 13:30:50 +0200 |
commit | 88a01bebe537eccd16f0fca031fc355a3e1af799 (patch) | |
tree | c36d53d9507b6c945986aa682c4a9f87c74f1a5d /.travis.yml | |
parent | 90f305344547fb47a26b6a5fbb4434effed7d83b (diff) | |
download | mate-desktop-88a01bebe537eccd16f0fca031fc355a3e1af799.tar.bz2 mate-desktop-88a01bebe537eccd16f0fca031fc355a3e1af799.tar.xz |
CI: use autotoools for creating the tarball again
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 420d7db..4c5437e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -191,16 +191,14 @@ after_scripts: - ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/${REPO_NAME}/raw/master/icons/16x16/apps/mate-desktop.png - fi - make distcheck - - elif [ -d _build ];then - - ninja -C _build dist - fi releases: draft: false prerelease: false - checksum: false + checksum: true file_glob: true - files: _build/meson-dist/mate-desktop-*.tar.xz* + files: mate-desktop-*.tar.xz github_release: tags: true overwrite: true |