From 88a01bebe537eccd16f0fca031fc355a3e1af799 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 22 Jun 2019 10:37:05 +0200 Subject: CI: use autotoools for creating the tarball again --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.1