@@ -3,6 +3,8 @@ name: Check
33env :
44 # Version here should match the one in React Native template and packages/cmake-rn/src/cli.ts
55 NDK_VERSION : 27.1.12297006
6+ # Enabling the Gradle test on CI (disabled by default because it downloads a lot)
7+ ENABLE_GRADLE_TESTS : true
68
79on :
810 push :
@@ -110,7 +112,7 @@ jobs:
110112 - run : pnpm install --frozen-lockfile
111113 - run : pnpm bootstrap
112114 env :
113- CMAKE_RN_TARGETS : arm64-apple-ios-sim
115+ CMAKE_RN_TRIPLETS : arm64-apple-ios-sim
114116 FERRIC_TARGETS : aarch64-apple-ios-sim
115117 - run : pnpm pod-install
116118 working-directory : apps/test-app
@@ -146,8 +148,8 @@ jobs:
146148 - run : pnpm install --frozen-lockfile
147149 - run : pnpm bootstrap
148150 env :
149- CMAKE_RN_TARGETS : i686 -linux-android
150- FERRIC_TARGETS : i686 -linux-android
151+ CMAKE_RN_TRIPLETS : x86_64 -linux-android
152+ FERRIC_TARGETS : x86_64 -linux-android
151153 - name : Clone patched Hermes version
152154 shell : bash
153155 run : |
@@ -180,9 +182,8 @@ jobs:
180182 with :
181183 api-level : 29
182184 force-avd-creation : false
183- emulator-options : -no-snapshot-save -no-metrics -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
184185 disable-animations : true
185- arch : x86
186+ arch : x86_64
186187 ndk : ${{ env.NDK_VERSION }}
187188 cmake : 3.22.1
188189 working-directory : apps/test-app
0 commit comments