mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
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
|