This repository has been archived on 2024-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-08-21/.buildbot/android/build.sh

8 lines
176 B
Bash
Executable File

#!/bin/sh
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
cd packages/android
buildozer android debug || exit $?
cd ../..
mkdir -p ../out
mv packages/android/bin/*.apk ../out