diff options
author | raveit65 <[email protected]> | 2019-06-22 15:43:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-22 16:27:31 +0200 |
commit | 87d647ad3be67c033dbb6aa80cfcdd4cbce3a42d (patch) | |
tree | 9109ea5b42f50b2595a8f8164b372f599fa95abf /.travis.yml | |
parent | ad43d63f8b7ca50efda6fff40e6591ba95153eb0 (diff) | |
download | mate-calc-87d647ad3be67c033dbb6aa80cfcdd4cbce3a42d.tar.bz2 mate-calc-87d647ad3be67c033dbb6aa80cfcdd4cbce3a42d.tar.xz |
CI: fix make distcheck to remove .gmo files
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5e8d7ee..73de496 100644 --- a/.travis.yml +++ b/.travis.yml @@ -147,6 +147,7 @@ before_scripts: 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 |