boinc/android/build_apps.sh

14 lines
316 B
Bash
Raw Normal View History

2021-03-21 22:30:46 +00:00
#!/bin/sh
set -e
if [ ! -d "android" ]; then
echo "start this script in the source root directory"
exit 1
fi
export VERBOSE="no"
echo '===== BOINC apps for all platforms build start ====='
android/build_component.sh --component apps --with-vcpkg
2021-03-21 22:30:46 +00:00
echo '===== BOINC apps for all platforms build done ====='