Skip to content
Snippets Groups Projects
Commit 970ef629 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

changed build-all and clean-all to use scons

parent 9b670b54
No related branches found
No related tags found
No related merge requests found
Pipeline #2075 failed
#!/bin/bash
if [[ "$*" =~ "--debug" ]]; then
SCONSDEBUG=" debug=1 "
fi
scons $SCONSDEBUG -j 3
exit
# check if DIR is the directory containing the build script.
BUILD_LOC=`dirname $0`
FULL_BUILD_LOC=`cd $BUILD_LOC; pwd`
......
#!/bin/bash
scons -c
exit
# check if DIR is the directory containing the build script.
BUILD_LOC=`dirname $0`
FULL_BUILD_LOC=`cd $BUILD_LOC; pwd`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment