You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
273 B

#!/bin/bash
set -e
# work from either APM directory or above
[ -d ArduPlane ] || cd APM
export DOCS_OUTPUT_BASE=../buildlogs/docs
(
./docs/build-libs.sh
./docs/build-arduplane.sh
./docs/build-arducopter.sh
./docs/build-apmrover2.sh
) > ../buildlogs/build_docs.log 2>&1