buildframework/helium/tests/minibuilds/ido-sbs/build.xml
changeset 587 85df38eb4012
parent 179 d8ac696cc51f
child 588 c7c26511138f
--- a/buildframework/helium/tests/minibuilds/ido-sbs/build.xml	Thu Mar 04 15:10:37 2010 +0200
+++ b/buildframework/helium/tests/minibuilds/ido-sbs/build.xml	Tue Apr 27 08:33:08 2010 +0300
@@ -27,20 +27,23 @@
 	<!-- Configuring raptor build system -->
 	<property name="build.system" value="sbs"/>
 
+    <!-- Configuring get latest env. -->
+    <property name="s60.grace.service" value="s60_devices_sw" />
+    <property name="s60.grace.product" value="DFS7x.92" />
+    <property name="s60.grace.release" value="92_\d{6}_hw79" />
+    
+    <!-- Synergy project for TB92 -->
+    <property name="ccm.project" value="MinibuildDomain-tr1ido#50_201012:project:tr1test1#1" />
+
+
     <!-- Run the full sequence of target for the minibuild. ,mini-build-prep,compile-main,zip-ee,mini-build-check-->
     <!--<target name="do-mini-build" depends="mini-build-cleanup,
     										compile-main"/>-->
 
 	<property name="build.name" value="minibuild_ido_sbs" />
     <property name="build.family" value="test_minibuild_ido_sbs" />
-		
-    <target name="mini-build-check">
-    	<!-- Check if prep has set some prop correctly... -->
-        <echo>'${arm.compiler.version}'</echo>
-        <au:assertMatches string="${arm.compiler.version}" pattern="RVCT2\.2 \[Build 686\]" casesensitive="false" multiline="true"/>
 
-        <!-- Check if compile-main step did what expected... -->
-        <au:assertFileExists file="${canonical.sysdef.file}"/>
+    <target name="mini-build-check-blocks">
         <if>
             <istrue value="${blocks.enabled}" />
             <then>
@@ -49,6 +52,15 @@
             </then>
         </if>
     </target>
+
+    <target name="mini-build-check" depends="mini-build-check-blocks">
+    	<!-- Check if prep has set some prop correctly... -->
+        <echo>'${arm.compiler.version}'</echo>
+        <au:assertMatches string="${arm.compiler.version}" pattern="RVCT2\.2 \[Build 686\]" casesensitive="false" multiline="true"/>
+
+        <!-- Check if compile-main step did what expected... -->
+        <au:assertFileExists file="${canonical.sysdef.file}"/>
+    </target>
 	
 
 	<import file="../ido/build.xml"/>