forked from Archive/PX4-Autopilot
5 lines
93 B
Bash
5 lines
93 B
Bash
|
#!/usr/bin/env bash -eu
|
||
|
|
||
|
PX4_FUZZ=1 make px4_sitl
|
||
|
cp build/px4_sitl_default/bin/px4 $OUT/px4
|