From 61d19c0b626fef76a5d3df496bb292dcbca4bda4 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Sat, 22 Jun 2019 18:24:16 +0800 Subject: [ci] dont include gmo files in tarball --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 304012e1..6199f127 100644 --- a/.travis.yml +++ b/.travis.yml @@ -189,9 +189,10 @@ build_scripts: # - bash ./fedora.sh # - fi - ./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 + - scan-build $CHECKERS --keep-cc -o html-report make -j $(( CPU_COUNT + 1 )) - else - scan-build $CHECKERS --keep-cc -o html-report make - fi -- cgit v1.2.1