diff options
author | raveit65 <[email protected]> | 2019-06-22 10:44:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-22 13:30:50 +0200 |
commit | ea1a507499d2e291b331d3e2a150383aed87f14a (patch) | |
tree | 7aadf0e09bb89bb434a5c6296147977b28cae8be /.travis.yml | |
parent | 88a01bebe537eccd16f0fca031fc355a3e1af799 (diff) | |
download | mate-desktop-ea1a507499d2e291b331d3e2a150383aed87f14a.tar.bz2 mate-desktop-ea1a507499d2e291b331d3e2a150383aed87f14a.tar.xz |
CI: fix make distcheck to remove .gmo files
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4c5437e..b3779f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -173,6 +173,7 @@ 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 @@ -191,6 +192,7 @@ after_scripts: - ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/${REPO_NAME}/raw/master/icons/16x16/apps/mate-desktop.png - fi - make distcheck + - tar tf mate-desktop-*.tar.xz|grep po #just for view - fi releases: |