Changeset 46 in flair-dev for trunk/scripts/flair_compile_all.sh


Ignore:
Timestamp:
01/13/17 17:36:50 (7 years ago)
Author:
Sanahuja Guillaume
Message:

flair-hds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/flair_compile_all.sh

    r45 r46  
    108108        done
    109109
    110 exit 0 
    111        
    112 
    113         for projects in uav; do
    114                 configure $FLAIR_ROOT/uav_ex/demo_ligne_framework $projects
    115                 compile $FLAIR_ROOT/uav_ex/demo_ligne_framework $projects
    116                 cross_compile $FLAIR_ROOT/uav_ex/demo_ligne_framework $projects
    117         done
    118 
     110        if [ -d $FLAIR_ROOT/flair-hds ]; then
     111                for projects in LineFollower; do
     112                        compile_uav_and_simulator_demo $FLAIR_ROOT/flair-hds/src/demos $projects
     113                done
     114        fi
    119115       
    120116}
    121117
    122118sanity_check
     119
     120if [ -d $FLAIR_ROOT/flair-hds ]; then
     121        printf "Found flair-hds repository\n"
     122fi
    123123
    124124printf "Compile all from scratch [Y/n]?"
Note: See TracChangeset for help on using the changeset viewer.