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.
11 lines
218 B
11 lines
218 B
#!/bin/bash
|
|
|
|
echo "*** Starting apps processor build ***"
|
|
|
|
source /home/build-env.sh
|
|
|
|
make modalai_voxl2
|
|
|
|
cat build/modalai_voxl2_default/src/lib/version/build_git_version.h
|
|
|
|
echo "*** End of apps processor build ***"
|
|
|