Commit e4601a9f5c067c3a128f29a8d3ef3926f7d93615

Authored by Perry Werneck
1 parent 8f7711dc
Exists in develop

Debugging win32 action.

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
win/ci-build.sh
... ... @@ -25,11 +25,7 @@
25 25  
26 26 echo "Running ${0}"
27 27  
28   -LOGFILE=build.log
29   -rm -f ${LOGFILE}
30   -
31 28 die ( ) {
32   - [ -s $LOGFILE ] && tail $LOGFILE
33 29 [ "$1" ] && echo "$*"
34 30 exit -1
35 31 }
... ...