run test scripts at release time
This commit is contained in:
10
build.xml
10
build.xml
@ -1125,6 +1125,14 @@
|
||||
<ant dir="router/java/" target="fullclovertest" />
|
||||
</target>
|
||||
|
||||
<target name="testscripts" >
|
||||
<exec executable="tests/scripts/checkcerts.sh" failonerror="true" />
|
||||
<exec executable="tests/scripts/checkpo.sh" failonerror="true" />
|
||||
<exec executable="tests/scripts/checkutf8.sh" failonerror="true" />
|
||||
<exec executable="tests/scripts/checkxml.sh" failonerror="true" />
|
||||
</target>
|
||||
|
||||
|
||||
<!-- <target name="syndie" >
|
||||
<ant dir="apps/syndie/java/" target="standalone" />
|
||||
<copy file="apps/syndie/java/syndie-standalone.zip" todir="." />
|
||||
@ -1185,7 +1193,7 @@
|
||||
<!--
|
||||
<target name="release" depends="distclean, updaterWithJettyFixesAndJbigi , updater200WithJettyFixes, preppkg, installer, getReleaseNumber" >
|
||||
-->
|
||||
<target name="release" depends="distclean, updater, updater200, preppkg, installer, getReleaseNumber" >
|
||||
<target name="release" depends="distclean, testscripts, updater, updater200, preppkg, installer, getReleaseNumber" >
|
||||
<echo message="================================================================" />
|
||||
<echo message="Did you update these files?" />
|
||||
<exec executable="ls" failonerror="true">
|
||||
|
@ -1,4 +1,5 @@
|
||||
2011-09-12 zzz
|
||||
* build.xml: Run test scripts at release time
|
||||
* Build Executor:
|
||||
- Limit max parallel builds on really slow machines (ticket #519)
|
||||
- Slow down build loop when network is apparently disconnected (ticket #519)
|
||||
|
@ -11,10 +11,6 @@
|
||||
cd `dirname $0`/../..
|
||||
|
||||
XMLFILES="\
|
||||
./android/AndroidManifest.xml \
|
||||
./android/build.xml \
|
||||
./android/res/layout/main.xml \
|
||||
./android/res/values/strings.xml \
|
||||
./apps/addressbook/build.xml \
|
||||
./apps/addressbook/web.xml \
|
||||
./apps/BOB/build.xml \
|
||||
|
Reference in New Issue
Block a user