mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
12 lines
203 B
Bash
Executable File
12 lines
203 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "*** Starting qurt build ***"
|
|
|
|
source /home/build-env.sh
|
|
|
|
make modalai_voxl2_qurt
|
|
|
|
cat build/modalai_voxl2_default/src/lib/version/build_git_version.h
|
|
|
|
echo "*** End of qurt build ***"
|