mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 16:34:37 +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
|
||||
|
||||
set -x
|
||||
|
||||
if [ -n "$COVERITY" ];
|
||||
then
|
||||
./script/coverity.sh;
|
||||
|
Loading…
Reference in New Issue
Block a user