From fd39327e3b59bab21d430c090cff37d78f36c7f7 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 22 Jun 2019 11:28:28 +0200 Subject: CI: use autotoools for creating the tarball again --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f253a5a..07a454e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -117,16 +117,14 @@ after_scripts: - bash ./debian.sh - 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/mozo-*.tar.xz + files: mozo-*.tar.xz github_release: tags: true overwrite: true -- cgit v1.2.1