We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f7de1 commit 9afe2e1Copy full SHA for 9afe2e1
run-ci.sh
@@ -34,4 +34,12 @@ info "Checking Android SDK..."
34
export PATH="${PATH}:${ANDROID_HOME}/platform-tools"
35
adb --help 1>/dev/null
36
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
45
./run.sh
0 commit comments