Skip to content

Commit 28b72f8

Browse files
windows rnta
1 parent 4b0b399 commit 28b72f8

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

.github/workflows/pr.yml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -233,61 +233,61 @@ jobs:
233233
run: npx gulp buildUWPPlayground${{ matrix.platform }}${{ matrix.config }}
234234
working-directory: ./Package
235235

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-
# uses: actions/[email protected]
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+
uses: actions/[email protected]
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
251251

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
255255

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
259259

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
263263

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
267267

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
271271

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
275275

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
279279

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
283283

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
287287

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
291291

292292
# Test packages
293293
build-android-ios-065:

0 commit comments

Comments
 (0)