diff options
author | raveit65 <[email protected]> | 2019-07-04 18:36:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-04 18:36:42 +0200 |
commit | 750282362f351551af3fda094f53ecbf6718123f (patch) | |
tree | dc9c5e218f891a82843ceb1932ae7f8c1c6ccd02 /.travis.yml | |
parent | a0da3060df54a69f38b76dfd52c137700bdac96e (diff) | |
download | mate-desktop-750282362f351551af3fda094f53ecbf6718123f.tar.bz2 mate-desktop-750282362f351551af3fda094f53ecbf6718123f.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.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1b9baf1..4c5437e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -173,7 +173,6 @@ build_scripts: # - bash ./fedora.sh # - fi - ./autogen.sh - - sed -i 's/$(POFILES) $(GMOFILES) \\/$(POFILES) \\/' po/Makefile.in.in - scan-build $CHECKERS ./configure --prefix=/usr --enable-gtk-doc - if [ $CPU_COUNT -gt 1 ]; then - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT |