Changeset 847


Ignore:
Timestamp:
Aug 21, 2011, 4:04:30 PM (12 years ago)
Author:
sam
Message:

web: tune Bitten configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build/bitten.xml

    r846 r847  
    22       xmlns:svn="http://bitten.edgewall.org/tools/svn"
    33       xmlns:c="http://bitten.edgewall.org/tools/c">
    4   <step id="init" description="Initialise builder">
    5     <sh:exec file="sh" args="-c '
    6       if test ${platform} = ppu-ps3; then
    7          echo ps3; else echo not ps3; fi
    8       '"/>
    9     <sh:exec file="exit" args="1"/>
    10   </step>
    114  <step id="checkout" description="Checkout source from repository">
    125    <svn:checkout url="svn://svn.zoy.org/lolengine/"
     
    158  <step id="bootstrap" description="Bootstrap build system">
    169    <sh:exec file="sh" args="-c '
    17       case ${platform} in;
     10      case ${platform} in
    1811        android-arm|ios-arm|ps3-ppu) : ; ;;
    1912        *) ./bootstrap ;;
     
    2316  <step id="configure" description="Configure tree">
    2417    <sh:exec file="sh" args="-c '
    25       case ${platform} in;
     18      case ${platform} in
    2619        android-arm|ios-arm|ps3-ppu) : ; ;;
    2720        *) ./configure ;;
     
    3225  <step id="build" description="Build tree">
    3326    <sh:exec file="sh" args="-c '
    34       case ${platform} in;
     27      case ${platform} in
    3528        android-arm)
    3629         cd monsterz/android;
     
    5245  <step id="test" description="Run tests">
    5346    <sh:exec file="sh" args="-c '
    54       case ${platform} in;
     47      case ${platform} in
    5548        android-arm|ios-arm|ps3-ppu) : ; ;;
    5649        *) make check; ;;
     
    6053  <step id="clean" description="Clean tree">
    6154    <sh:exec file="sh" args="-c '
    62       case ${platform} in;
     55      case ${platform} in
    6356        android-arm|ios-arm) : ; ;;
    6457        *) make distclean; ;;
Note: See TracChangeset for help on using the changeset viewer.