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:
Carlos Martín Nieto 2016-10-05 18:52:43 +02:00
parent 9fbbb0eec5
commit 94d565b957

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -x
if [ -n "$COVERITY" ];
then
./script/coverity.sh;