Experimenting with more robust Unity build error detection which actually shows the real build error
This commit is contained in:
parent
b8f812dd99
commit
c632553277
|
@ -80,7 +80,7 @@ function unity_batch_exec($func, $build_target = "", $notify = true)
|
||||||
'Exiting batchmode successfully'
|
'Exiting batchmode successfully'
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'UnityException:',
|
'Build Finished, Result: Failure',
|
||||||
'Aborting batchmode due to failure',
|
'Aborting batchmode due to failure',
|
||||||
'Launching bug reporter',
|
'Launching bug reporter',
|
||||||
': error CS',
|
': error CS',
|
||||||
|
|
Loading…
Reference in New Issue