From 94a8afd3e5105e7a0ac8de5013c4b4385df63b0f Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Sat, 22 Jun 2019 18:18:27 +0800 Subject: [ci] disable include gmo files in tarball --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index dc1c580..6ee1180 100644 --- a/.travis.yml +++ b/.travis.yml @@ -176,6 +176,7 @@ variables: build_scripts: - ./autogen.sh + - sed -i 's/$(POFILES) $(GMOFILES) \\/$(POFILES) \\/' po/Makefile.in.in - scan-build $CHECKERS ./configure - if [ $CPU_COUNT -gt 1 ]; then - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT @@ -193,6 +194,7 @@ after_scripts: - ./gen-index -l 20 - fi - make distcheck + - tar tf mate-session-manager-*.tar.xz |grep po releases: draft: false -- cgit v1.2.1