mirror of https://github.com/openXC7/prjxray.git
infra: Run kokoro build inside script.
This fixes the issue with make not output status as things run (instead waiting until a whole command has finished). Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
fd40839830
commit
655af51539
|
|
@ -44,7 +44,7 @@ echo "----------------------------------------"
|
|||
echo "----------------------------------------"
|
||||
export MAX_VIVADO_PROCESS=$CORES
|
||||
set -x
|
||||
make -j $CORES MAX_VIVADO_PROCESS=$CORES
|
||||
script --return --flush --command "make -j $CORES MAX_VIVADO_PROCESS=$CORES" -
|
||||
set +x
|
||||
echo "----------------------------------------"
|
||||
echo "make --dry-run"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ echo "----------------------------------------"
|
|||
echo "----------------------------------------"
|
||||
export MAX_VIVADO_PROCESS=$CORES
|
||||
set -x
|
||||
make -j $CORES MAX_VIVADO_PROCESS=$CORES QUICK=y
|
||||
script --return --flush --command "make -j $CORES MAX_VIVADO_PROCESS=$CORES QUICK=y" -
|
||||
set +x
|
||||
)
|
||||
echo "----------------------------------------"
|
||||
|
|
|
|||
Loading…
Reference in New Issue