Commit 94d565b9 by Carlos Martín Nieto

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.
parent 9fbbb0ee
#!/bin/sh
set -x
if [ -n "$COVERITY" ];
then
./script/coverity.sh;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment