mirror of https://github.com/KLayout/klayout.git
Better logging for mac app build (travis)
This commit is contained in:
parent
fffacd6690
commit
d54d803301
|
|
@ -3,7 +3,7 @@ set -e
|
|||
|
||||
export PING_SLEEP=30s
|
||||
|
||||
bash -c "while true; do echo -n '.'; sleep $PING_SLEEP; done" &
|
||||
bash -c "while true; do find * | wc -l; sleep $PING_SLEEP; done" &
|
||||
PING_LOOP_PID=$!
|
||||
|
||||
touch build.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue