mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Set -x in ci_build.sh to show commands in log
This commit is contained in:
parent
f6b0eaddb5
commit
1ab4667412
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
|
||||
if [ $BUILD_TYPE == "default" ]; then
|
||||
mkdir tmp
|
||||
BUILD_PREFIX=$PWD/tmp
|
||||
|
Loading…
Reference in New Issue
Block a user