Changeset 56192

Show
Ignore:
Timestamp:
10/09/08 02:48:24 (6 weeks ago)
Author:
VZ
Message:

exclude contrib from build for as long as there is no makefile.vc there

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wxWidgets/trunk/build/buildbot/config/xp_vc.xml

    r56038 r56192  
    3030        <steps> 
    3131            <checkout branch="{$STABLE_BRANCH}"/> 
    32             <compile-all/> 
     32            <compile-all contrib="false"/> 
    3333            <run-tests/> 
    3434        </steps> 
     
    5454        <steps> 
    5555            <checkout branch="{$STABLE_BRANCH}"/> 
    56             <compile-all/> 
     56            <compile-all contrib="false"/> 
    5757            <run-tests/> 
    5858        </steps> 
     
    7878        <steps> 
    7979            <checkout branch="{$STABLE_BRANCH}"/> 
    80             <compile-all/> 
     80            <compile-all contrib="false"/> 
    8181            <run-tests/> 
    8282        </steps> 
     
    102102        <steps> 
    103103            <checkout branch="{$STABLE_BRANCH}"/> 
    104             <compile-all/> 
     104            <compile-all contrib="false"/> 
    105105            <run-tests/> 
    106106        </steps>