Skip to content

Commit

Permalink
lool: check for style errors as part of the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Miklos Vajna committed Nov 6, 2015
1 parent ed72c27 commit 6c965b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libreoffice/up-loolwsd.sh
Expand Up @@ -6,7 +6,10 @@ time sh -c "git pull -r && \
./configure --prefix=$PWD/install --enable-debug --with-lokit-path=$HOME/git/libreoffice/master/include \
make clean && \
make &&
make tags" 2>&1 |tee log
make tags &&
style-check-files" 2>&1 |tee log

# Self-built poco: --with-poco-includes=$HOME/git/poco/install/include -with-poco-libs=$HOME/git/poco/lib/Linux/x86_64

# Would be nice to run 'make check' here, but we're not there yet, currently
# loolwsd has to be started manually first.
Expand Down

0 comments on commit 6c965b7

Please sign in to comment.