File tree Expand file tree Collapse file tree 4 files changed +11
-68
lines changed Expand file tree Collapse file tree 4 files changed +11
-68
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828set_property (TARGET BabylonNative PROPERTY XCODE_GENERATE_SCHEME YES )
2929
You can’t perform that action at this time.
0 commit comments