Skip to content
Snippets Groups Projects
Commit 705f96dd authored by Grant Morphett's avatar Grant Morphett Committed by Lucas De Marchi
Browse files

Build: More changes as we move to WAF

The only example being built in build_all.sh was CPUInfo and that is
really an APM tool.  It will get built further down in when
autotest.py calls build.Examples so we don't need to build it here.

And changing the Replay build to just call make which really means it
will invoke waf as that's what the makefile does.
parent c808ee2f
No related branches found
No related tags found
No related merge requests found
...@@ -47,19 +47,9 @@ for b in sitl; do ...@@ -47,19 +47,9 @@ for b in sitl; do
done done
popd popd
echo "Testing build of examples"
examples="Tools/CPUInfo"
for d in $examples; do
pushd $d
make clean
make sitl -j4
popd
done
pushd Tools/Replay pushd Tools/Replay
make clean make clean
make linux -j4 make
popd popd
test -n "$PX4_ROOT" && test -d "$PX4_ROOT" && { test -n "$PX4_ROOT" && test -d "$PX4_ROOT" && {
......
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