Commit 94d565b957bebf8a131cd4130f93eed98a20d008

Carlos Martín Nieto 2016-10-05T18:52:43

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.

1
2
3
4
5
6
7
8
9
10
11
12
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;