~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to install_build_test.bash

Fixed bug with copying scifitracks in the new API, and with setting the clusters associated with scifitrackpoints. trackpoint - cluster cross link now re-enabled and working.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
scons -c 2>>$FILE_STD 1>>$FILE_STD
85
85
 
86
86
echo "Building MAUS"
87
 
(scons build || (echo "FAIL! See logs.x" && exit 1))  2>>$FILE_STD 1>>$FILE_STD
 
87
(scons build -j8 || (echo "FAIL! See logs.x" && exit 1))  2>>$FILE_STD 1>>$FILE_STD
88
88
if [ $? != 0 ]; then
89
89
    cat $FILE_STD
90
90
    echo "FAIL Failed to make MAUS using scons. Fatal error - aborting"