CI: add Android build systems
This commit is contained in:
parent
041fab3165
commit
bca45d1588
4 changed files with 74 additions and 0 deletions
12
.ci/scripts/android/build.sh
Executable file
12
.ci/scripts/android/build.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
export NDK_CCACHE="$(which ccache)"
|
||||
ccache -s
|
||||
|
||||
BUILD_FLAVOR=mainline
|
||||
|
||||
cd src/android
|
||||
chmod +x ./gradlew
|
||||
./gradlew "assemble${BUILD_FLAVOR}Release" "bundle${BUILD_FLAVOR}Release"
|
||||
|
||||
ccache -s
|
Loading…
Add table
Add a link
Reference in a new issue