comparison recipe.xml @ 72:b2d371dac270

Allow individual steps of a recipe to be marked as optional, i.e. that an error in such a step should not mean that the build failed.
author cmlenz
date Fri, 01 Jul 2005 11:09:12 +0000
parents 82a9c225f073
children 5bf22bb87915
comparison
equal deleted inserted replaced
71:2c71450a9238 72:b2d371dac270
15 <python:trace summary="build/test-coverage.txt" 15 <python:trace summary="build/test-coverage.txt"
16 coverdir="build/coverage" include="trac*" exclude="*.tests.*"/> 16 coverdir="build/coverage" include="trac*" exclude="*.tests.*"/>
17 </reports> 17 </reports>
18 </step> 18 </step>
19 19
20 <step id="lint" title="Run Pylint" 20 <step id="lint" title="Run Pylint" onerror="ignore"
21 description="Run Pylint to check for bad style and potential errors"> 21 description="Run Pylint to check for bad style and potential errors">
22 <c:make target="pylint"/> 22 <c:make target="pylint"/>
23 <reports> 23 <reports>
24 <python:pylint file="build/pylint-results.txt"/> 24 <python:pylint file="build/pylint-results.txt"/>
25 </reports> 25 </reports>
Copyright (C) 2012-2017 Edgewall Software