Changeset 947 for trunk/build/bitten.xml
- Timestamp:
- Sep 11, 2011, 12:37:15 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/bitten.xml
r945 r947 6 6 </step> 7 7 <step id="bootstrap" description="Bootstrap build system"> 8 <sh:exec file=" sh" args="-c ./build/lol-buildbootstrap ${platform}"/>8 <sh:exec file="./build/lol-build" args="bootstrap ${platform}"/> 9 9 </step> 10 10 <step id="configure" description="Configure tree"> 11 <sh:exec file=" sh" args="-c ./build/lol-buildconfigure ${platform}"/>11 <sh:exec file="./build/lol-build" args="configure ${platform}"/> 12 12 </step> 13 13 <step id="build" description="Build tree"> 14 <sh:exec file=" sh" args="-c ./build/lol-buildbuild ${platform}"/>14 <sh:exec file="./build/lol-build" args="build ${platform}"/> 15 15 </step> 16 <step id=" test" description="Run tests">17 <sh:exec file=" sh" args="-c ./build/lol-build test${platform}"/>16 <step id="check" description="Run tests"> 17 <sh:exec file="./build/lol-build" args="check ${platform}"/> 18 18 </step> 19 19 <step id="clean" description="Clean tree"> 20 <sh:exec file=" sh" args="-c ./build/lol-buildclean ${platform}"/>20 <sh:exec file="./build/lol-build" args="clean ${platform}"/> 21 21 </step> 22 22 </build>
Note: See TracChangeset
for help on using the changeset viewer.