mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
autobuild.sh: Run "make syntax-check", so the autobuilder does this.
This commit is contained in:
parent
55f7de7821
commit
3cb808d2a2
@ -1,3 +1,7 @@
|
||||
Thu Feb 7 20:19:19 CET 2008 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
* autobuild.sh: Run "make syntax-check", so the autobuilder does this.
|
||||
|
||||
Thu Feb 7 18:02:22 CET 2008 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* qemud/remote.c: fix a missing ')' introduced earlier
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user