mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 02:40:09 +00:00
cibuild: set -x
This lets us see the details of what we're doing instead of just seeing the output of unknown commands in the build output.
This commit is contained in:
parent
9fbbb0eec5
commit
94d565b957
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
if [ -n "$COVERITY" ];
|
if [ -n "$COVERITY" ];
|
||||||
then
|
then
|
||||||
./script/coverity.sh;
|
./script/coverity.sh;
|
||||||
|
Loading…
Reference in New Issue
Block a user