Commit b65c72a
committed
Fix CI: Update pipelines for artifact compilation
- Updated `.github/workflows/maven.yml`:
- Android: Uses `cn1:build` to generate source, then runs `./gradlew assembleDebug` to build the APK.
- iOS: Uses `cn1:build` to generate source, then runs `xcodebuild` to create the `.app` bundle.
- Replaced manual emulator script with `reactivecircus/android-emulator-runner@v2` for stability.
- Ensures artifacts are correctly located using `find` before testing.
- Updated `scripts/ci/build-thirdparty-app.sh`:
- Switched to `cn1:build` goal.
- Defaults to source generation targets (`android-source`, `ios-source`).
- Updated `scripts/ci/run-ios-simulator.sh`:
- Improved error reporting for missing app bundles.
- Removed obsolete `start-android-emulator.sh`.1 parent 13e0345 commit b65c72a
1 file changed
+11
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
72 | | - | |
73 | 74 | | |
74 | | - | |
75 | | - | |
| 75 | + | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | | - | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
| 131 | + | |
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
| |||
0 commit comments