mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 05:10:05 +00:00
CI: Andriod: Use sh to buld and create artifacts
This commit is contained in:
parent
c86c96467a
commit
564ae346d0
3 changed files with 24 additions and 16 deletions
12
.ci/android/build.sh
Executable file
12
.ci/android/build.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
export NDK_CCACHE=$(which ccache)
|
||||
|
||||
ccache -s
|
||||
|
||||
cd src/android
|
||||
chmod +x ./gradlew
|
||||
./gradlew bundleRelease
|
||||
./gradlew assembleRelease
|
||||
|
||||
ccache -s
|
Loading…
Add table
Add a link
Reference in a new issue