You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,30 @@ test/
48
48
49
49
---
50
50
51
+
### 🧱 Build apps locally (Android/iOS)
52
+
53
+
If you have `bitkit-e2e-tests`, `bitkit-android`, and `bitkit-ios` checked out in the same parent directory, you can use the helper scripts to build local artifacts. The outputs land in `./aut` and are ready to be tested.
54
+
55
+
```bash
56
+
# Android (builds ../bitkit-android and copies APK to ./aut/bitkit_e2e.apk)
57
+
./scripts/build-android-apk.sh
58
+
59
+
# iOS (builds ../bitkit-ios and copies IPA to ./aut/bitkit_e2e.ipa)
0 commit comments