@@ -233,61 +233,61 @@ jobs:
233
233
run : npx gulp buildUWPPlayground${{ matrix.platform }}${{ matrix.config }}
234
234
working-directory : ./Package
235
235
236
- # build-windows-rnta:
237
- # runs-on: windows-2019
238
- # steps:
239
- # - name: Support longpaths
240
- # run: git config --system core.longpaths true
241
- # - name: Checkout Repo
242
-
243
- # with:
244
- # submodules: 'true'
245
- # - name: Setup MSBuild
246
- # uses: microsoft/[email protected]
247
- # - name: Setup Node 20
248
- # uses: actions/setup-node@v3
249
- # with:
250
- # node-version: 20
236
+ build-windows-rnta :
237
+ runs-on : windows-2019
238
+ steps :
239
+ - name : Support longpaths
240
+ run : git config --system core.longpaths true
241
+ - name : Checkout Repo
242
+
243
+ with :
244
+ submodules : ' true'
245
+ - name : Setup MSBuild
246
+
247
+ - name : Setup Node 20
248
+ uses : actions/setup-node@v3
249
+ with :
250
+ node-version : 20
251
251
252
- # - name: Install watchman
253
- # run: choco install watchman
254
- # working-directory: ./Apps/BRNPlayground
252
+ - name : Install watchman
253
+ run : choco install watchman
254
+ working-directory : ./Apps/BRNPlayground
255
255
256
- # - name: NPM Install RNTA
257
- # run: npm install
258
- # working-directory: ./Apps/BRNPlayground
256
+ - name : NPM Install RNTA
257
+ run : npm install
258
+ working-directory : ./Apps/BRNPlayground
259
259
260
- # - name: Build Windows Bundle
261
- # run: npm run build:windows
262
- # working-directory: ./Apps/BRNPlayground
260
+ - name : Build Windows Bundle
261
+ run : npm run build:windows
262
+ working-directory : ./Apps/BRNPlayground
263
263
264
- # - name: NPM Install Package
265
- # run: npm install
266
- # working-directory: ./Package
264
+ - name : NPM Install Package
265
+ run : npm install
266
+ working-directory : ./Package
267
267
268
- # - name: NPM Generate Windows Project
269
- # run: npx install-windows-test-app
270
- # working-directory: ./Apps/BRNPlayground
268
+ - name : NPM Generate Windows Project
269
+ run : npx install-windows-test-app
270
+ working-directory : ./Apps/BRNPlayground
271
271
272
- # - name: BabylonNative build directory
273
- # run: mkdir @babylonjs/react-native/Build/uwp_x64
274
- # working-directory: ./Modules
272
+ - name : BabylonNative build directory
273
+ run : mkdir @babylonjs/react-native/Build/uwp_x64
274
+ working-directory : ./Modules
275
275
276
- # - name: CMake BabylonNative
277
- # run: cmake -G "Visual Studio 16 2019" -D CMAKE_SYSTEM_NAME=WindowsStore -D CMAKE_SYSTEM_VERSION=10.0.19041.0 -DCMAKE_UNITY_BUILD=true -D CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM=10.0.19041.0 -A x64 ./../../../react-native-windows/windows
278
- # working-directory: ./Modules/@babylonjs/react-native/Build/uwp_x64
276
+ - name : CMake BabylonNative
277
+ run : cmake -G "Visual Studio 16 2019" -D CMAKE_SYSTEM_NAME=WindowsStore -D CMAKE_SYSTEM_VERSION=10.0.19041.0 -DCMAKE_UNITY_BUILD=true -D CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM=10.0.19041.0 -A x64 ./../../../react-native-windows/windows
278
+ working-directory : ./Modules/@babylonjs/react-native/Build/uwp_x64
279
279
280
- # - name: Nuget restore
281
- # run: nuget restore BRNPlayground.sln
282
- # working-directory: ./Apps/BRNPlayground/windows
280
+ - name : Nuget restore
281
+ run : nuget restore BRNPlayground.sln
282
+ working-directory : ./Apps/BRNPlayground/windows
283
283
284
- # - name: Windows build BN
285
- # run: MSBuild /p:Platform="x64" /p:Configuration="Release" /m ReactNativeBabylon.sln
286
- # working-directory: ./Modules/@babylonjs/react-native/Build/uwp_x64
284
+ - name : Windows build BN
285
+ run : MSBuild /p:Platform="x64" /p:Configuration="Release" /m ReactNativeBabylon.sln
286
+ working-directory : ./Modules/@babylonjs/react-native/Build/uwp_x64
287
287
288
- # - name: Windows build BRN
289
- # run: MSBuild /p:Platform="x64" /p:Configuration="Release" /m BRNPlayground.sln
290
- # working-directory: ./Apps/BRNPlayground/windows
288
+ - name : Windows build BRN
289
+ run : MSBuild /p:Platform="x64" /p:Configuration="Release" /m BRNPlayground.sln
290
+ working-directory : ./Apps/BRNPlayground/windows
291
291
292
292
# Test packages
293
293
build-android-ios-065 :
0 commit comments