Add scripts and instructions for Linux builds.

This is mostly based on @bensku work.

See https://github.com/PhilippC/keepass2android/pull/156
This commit is contained in:
Gilbert Gilb's
2018-08-25 15:24:49 +02:00
parent 2d9429d688
commit 7a44cf6e26
7 changed files with 131 additions and 23 deletions

8
src/build-scripts/build-apk.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
pushd ../keepass2android
xabuild keepass2android.csproj /t:SignAndroidPackage "$@"
popd