mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 14:48:28 -04:00
9 lines
105 B
Bash
Executable File
9 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
waf=modules/waf/waf-light
|
|
|
|
echo "Starting waf build for SITL..."
|
|
cd master
|
|
$waf all |