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.
diff --git a/script/cibuild.sh b/script/cibuild.sh
index 979eb0c..0ec2951 100755
--- a/script/cibuild.sh
+++ b/script/cibuild.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+set -x
+
if [ -n "$COVERITY" ];
then
./script/coverity.sh;