Skip to content

Commit 9afe2e1

Browse files
committed
Fetch latest APK.
1 parent f2f7de1 commit 9afe2e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

run-ci.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,12 @@ info "Checking Android SDK..."
3434
export PATH="${PATH}:${ANDROID_HOME}/platform-tools"
3535
adb --help 1>/dev/null
3636

37+
#----------------------------------------------------------------------
38+
# Fetch the latest APK.
39+
#
40+
41+
git clone --depth 1 https://github.com/ThePalaceProject/android-binaries
42+
cp android-binaries/palace-debug.apk app.apk
43+
rm -rfv android-binaries
44+
3745
./run.sh

0 commit comments

Comments
 (0)