mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +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"/>
|
<property name="INITIAL_CLIENT_VERS" value="3"/>
|
||||||
<target name="-pre-clean">
|
<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}"/>
|
<arg value="${build.target}"/>
|
||||||
</exec>
|
</exec>
|
||||||
<exec dir="." executable="../scripts/ndkbuild.sh" output="/dev/null">
|
<exec dir="." executable="../scripts/ndkbuild.sh" failonerror="true" >
|
||||||
<arg value="clean"/>
|
<arg value="clean"/>
|
||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue