Skip to content

Commit 001c5c8

Browse files
test without bundle
1 parent 77dd8b8 commit 001c5c8

File tree

4 files changed

+11
-68
lines changed

4 files changed

+11
-68
lines changed

.github/workflows/pr.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: NPM Install (Playground)
3535
run: npm install
3636
working-directory: ./Apps/Playground
37-
- name: Build Android Bundle
38-
run: npm run build:android
39-
working-directory: ./Apps/Playground
37+
# - name: Build Android Bundle
38+
# run: npm run build:android
39+
# working-directory: ./Apps/Playground
4040

4141
- name: Setup Java
4242
uses: actions/setup-java@v3
@@ -119,9 +119,9 @@ jobs:
119119
run: npm install
120120
working-directory: ./Apps/Playground
121121

122-
- name: Build Windows Bundle
123-
run: npm run build:windows
124-
working-directory: ./Apps/Playground
122+
# - name: Build Windows Bundle
123+
# run: npm run build:windows
124+
# working-directory: ./Apps/Playground
125125

126126
- name: NPM Generate Windows Project
127127
run: npx install-windows-test-app

.github/workflows/typescript.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ jobs:
1818
uses: actions/setup-node@v3
1919
with:
2020
node-version: 18
21-
- name: NPM Install (Playground)
22-
run: npm install
23-
working-directory: ./Apps/Playground
24-
- name: Select React Native Version
25-
run: npm run select 0.64
26-
working-directory: ./Apps/Playground
2721
- name: NPM Install (Binary Package)
2822
run: npm install
2923
working-directory: ./Package
24+
- name: NPM Install (Playground)
25+
run: npm install
26+
working-directory: ./Apps/Playground
27+
3028
- name: Gulp
3129
run: npx gulp buildTS --releaseVersion ${{ inputs.release-version }}
3230
working-directory: ./Package

Apps/Playground/package-lock.json

Lines changed: 0 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package/iOS/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ project(ReactNativeBabylon)
2323
# https://stackoverflow.com/questions/73983452/xcode-14-xcode-13-incompatibility
2424
#add_compile_options("-fno-objc-msgsend-selector-stubs")
2525

26-
include(${CMAKE_CURRENT_SOURCE_DIR}/../../Apps/${BUILD_RNAPP_DIR}/node_modules/@babylonjs/react-native-iosandroid/ios/CMakeLists.txt)
26+
#include(${CMAKE_CURRENT_SOURCE_DIR}/../../Apps/${BUILD_RNAPP_DIR}/node_modules/@babylonjs/react-native-iosandroid/ios/CMakeLists.txt)
2727

2828
set_property(TARGET BabylonNative PROPERTY XCODE_GENERATE_SCHEME YES)
2929

0 commit comments

Comments
 (0)