File tree 2 files changed +17
-8
lines changed
2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 94
94
name : archive
95
95
path : archive
96
96
97
+ - name : Extract archive
98
+ run : |
99
+ mv archive/dist dist
100
+ mv archive/dist.unstripped dist.unstripped
101
+ rmdir archive
102
+ find dist
103
+ find dist.unstripped
104
+ shell : bash
105
+
97
106
- name : 🍺 Install Maestro
98
107
run : |
99
108
curl -Ls "https://get.maestro.mobile.dev" | bash
@@ -118,7 +127,6 @@ jobs:
118
127
target : google_apis
119
128
working-directory : test
120
129
script : |
121
- mv ../archive/dist ../dist
122
130
npx expo run:android --variant release --no-bundler
123
131
adb logcat -c
124
132
set +e
Original file line number Diff line number Diff line change @@ -15,14 +15,15 @@ compile_arch() {
15
15
}
16
16
17
17
compile () {
18
- for arch in arm x86
19
- do
20
- export ANDROID_API=$ANDROID_API_FOR_ABI_32
21
- export JSC_ARCH=$arch
22
- compile_arch
23
- done
18
+ # for arch in arm x86
19
+ # do
20
+ # export ANDROID_API=$ANDROID_API_FOR_ABI_32
21
+ # export JSC_ARCH=$arch
22
+ # compile_arch
23
+ # done
24
24
25
- for arch in arm64 x86_64
25
+ # for arch in arm64 x86_64
26
+ for arch in x86_64
26
27
do
27
28
export ANDROID_API=$ANDROID_API_FOR_ABI_64
28
29
export JSC_ARCH=$arch
You can’t perform that action at this time.
0 commit comments