equal
deleted
inserted
replaced
34 </then> |
34 </then> |
35 </if> |
35 </if> |
36 |
36 |
37 <!-- run build analysis tools --> |
37 <!-- run build analysis tools --> |
38 <runtarget target="sf-run-analysis"/> |
38 <runtarget target="sf-run-analysis"/> |
39 |
39 |
40 <!-- Generate reports to compare this build to a previous one --> |
40 <if> |
41 <runtarget target="sf-compare-to-baseline"/> |
41 <istrue value="${sf.spec.publish.enable}"/> |
|
42 <then> |
|
43 <!-- Generate reports to compare this build to a previous one --> |
|
44 <runtarget target="sf-compare-to-baseline"/> |
|
45 </then> |
|
46 </if> |
42 </parallel> |
47 </parallel> |
43 |
48 |
44 <!-- Launch smoketest --> |
49 <!-- Launch smoketest --> |
45 <if><istrue value="${sf.spec.test.sendpkg.enable}"/> |
50 <if><istrue value="${sf.spec.test.sendpkg.enable}"/> |
46 <then> |
51 <then> |