Changeset 56192
- Timestamp:
- 10/09/08 02:48:24 (6 weeks ago)
- Files:
-
- 1 modified
-
wxWidgets/trunk/build/buildbot/config/xp_vc.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wxWidgets/trunk/build/buildbot/config/xp_vc.xml
r56038 r56192 30 30 <steps> 31 31 <checkout branch="{$STABLE_BRANCH}"/> 32 <compile-all />32 <compile-all contrib="false"/> 33 33 <run-tests/> 34 34 </steps> … … 54 54 <steps> 55 55 <checkout branch="{$STABLE_BRANCH}"/> 56 <compile-all />56 <compile-all contrib="false"/> 57 57 <run-tests/> 58 58 </steps> … … 78 78 <steps> 79 79 <checkout branch="{$STABLE_BRANCH}"/> 80 <compile-all />80 <compile-all contrib="false"/> 81 81 <run-tests/> 82 82 </steps> … … 102 102 <steps> 103 103 <checkout branch="{$STABLE_BRANCH}"/> 104 <compile-all />104 <compile-all contrib="false"/> 105 105 <run-tests/> 106 106 </steps>
