mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
fail if script fails
This commit is contained in:
parent
af801997ef
commit
5ea1a799ec
1 changed files with 3 additions and 2 deletions
|
@ -51,10 +51,11 @@
|
|||
|
||||
<property name="INITIAL_CLIENT_VERS" value="3"/>
|
||||
<target name="-pre-clean">
|
||||
<exec dir="." executable="../scripts/ndksetup.sh" output="/dev/null">
|
||||
<exec dir="." executable="../scripts/ndksetup.sh" output="/dev/null"
|
||||
failonerror="true" >
|
||||
<arg value="${build.target}"/>
|
||||
</exec>
|
||||
<exec dir="." executable="../scripts/ndkbuild.sh" output="/dev/null">
|
||||
<exec dir="." executable="../scripts/ndkbuild.sh" failonerror="true" >
|
||||
<arg value="clean"/>
|
||||
</exec>
|
||||
|
||||
|
|
Loading…
Reference in a new issue