mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
autobuild.sh: Run "make syntax-check", so the autobuilder does this.
This commit is contained in:
@@ -23,6 +23,7 @@ make install
|
||||
|
||||
set -o pipefail
|
||||
make check 2>&1 | tee $RESULTS
|
||||
make syntax-check 2>&1 | tee -a $RESULTS
|
||||
make cov
|
||||
|
||||
rm -f *.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user