summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-07-04 18:19:00 +0200
committerraveit65 <[email protected]>2022-07-20 18:46:19 +0200
commit05b6d2b8dd5e0d170c99ea3097c33952d40adab1 (patch)
treea674b76d8ec73ae61bb8c3a703acf1b67b32f427 /.travis.yml
parent9849717d4a8abb8f5d68a8364edd443f25428f11 (diff)
downloadcaja-05b6d2b8dd5e0d170c99ea3097c33952d40adab1.tar.bz2
caja-05b6d2b8dd5e0d170c99ea3097c33952d40adab1.tar.xz
CI: don't exclude .gmo files from tarball
gettext needs .gmo files to install .mo locale
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f47e44d4..680bb941 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -188,7 +188,6 @@ 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 + 1 ))