Skip to content

Commit d027014

Browse files
no rnta
1 parent ea78d74 commit d027014

File tree

1 file changed

+111
-111
lines changed

1 file changed

+111
-111
lines changed

.github/workflows/pr.yml

Lines changed: 111 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -47,45 +47,45 @@ jobs:
4747
env:
4848
JAVA_HOME: ${{ env.JAVA_HOME_11_X64 }}
4949

50-
build-android-rnta:
51-
runs-on: macos-latest
52-
steps:
53-
- name: Checkout Repo
54-
uses: actions/checkout@v2.3.3
55-
with:
56-
submodules: 'recursive'
57-
- name: Free space
58-
uses: ./.github/workflows/macos_freespace
59-
- name: Setup CMake
60-
uses: jwlawson/actions-setup-cmake@v1.8
61-
with:
62-
cmake-version: '3.26.3'
63-
- name: Setup Ninja
64-
run: brew install ninja
65-
- name: Setup Watchman
66-
run: brew install watchman
67-
- name: NPM Install (Playground)
68-
run: npm install
69-
working-directory: ./Apps/BRNPlayground
50+
# build-android-rnta:
51+
# runs-on: macos-latest
52+
# steps:
53+
# - name: Checkout Repo
54+
# uses: actions/checkout@v2.3.3
55+
# with:
56+
# submodules: 'recursive'
57+
# - name: Free space
58+
# uses: ./.github/workflows/macos_freespace
59+
# - name: Setup CMake
60+
# uses: jwlawson/actions-setup-cmake@v1.8
61+
# with:
62+
# cmake-version: '3.26.3'
63+
# - name: Setup Ninja
64+
# run: brew install ninja
65+
# - name: Setup Watchman
66+
# run: brew install watchman
67+
# - name: NPM Install (Playground)
68+
# run: npm install
69+
# working-directory: ./Apps/BRNPlayground
7070

71-
- name: Build Windows Bundle
72-
run: npm run build:android
73-
working-directory: ./Apps/BRNPlayground
71+
# - name: Build Windows Bundle
72+
# run: npm run build:android
73+
# working-directory: ./Apps/BRNPlayground
7474

75-
- name: NPM Install (Binary Package)
76-
run: npm install
77-
working-directory: ./Package
78-
- name: Setup Java
79-
uses: actions/setup-java@v3
80-
with:
81-
distribution: 'temurin'
82-
java-version: '17'
83-
check-latest: true
84-
- name: Gulp (Android)
85-
run: npx gulp buildAndroidRNTA
86-
working-directory: ./Package
87-
env:
88-
JAVA_HOME: ${{ env.JAVA_HOME_11_X64 }}
75+
# - name: NPM Install (Binary Package)
76+
# run: npm install
77+
# working-directory: ./Package
78+
# - name: Setup Java
79+
# uses: actions/setup-java@v3
80+
# with:
81+
# distribution: 'temurin'
82+
# java-version: '17'
83+
# check-latest: true
84+
# - name: Gulp (Android)
85+
# run: npx gulp buildAndroidRNTA
86+
# working-directory: ./Package
87+
# env:
88+
# JAVA_HOME: ${{ env.JAVA_HOME_11_X64 }}
8989

9090
build-iOS:
9191
runs-on: macos-latest
@@ -113,40 +113,40 @@ jobs:
113113
run: npx gulp buildIOS
114114
working-directory: ./Package
115115

116-
build-iOS-rnta:
117-
runs-on: macos-latest
118-
steps:
119-
- name: Checkout Repo
120-
uses: actions/checkout@v2.3.3
121-
with:
122-
submodules: 'recursive'
123-
- name: Free space
124-
uses: ./.github/workflows/macos_freespace
125-
- name: Setup Watchman
126-
run: brew install watchman
116+
# build-iOS-rnta:
117+
# runs-on: macos-latest
118+
# steps:
119+
# - name: Checkout Repo
120+
# uses: actions/checkout@v2.3.3
121+
# with:
122+
# submodules: 'recursive'
123+
# - name: Free space
124+
# uses: ./.github/workflows/macos_freespace
125+
# - name: Setup Watchman
126+
# run: brew install watchman
127127

128-
- name: NPM Install (Playground)
129-
run: npm install
130-
working-directory: ./Apps/BRNPlayground
128+
# - name: NPM Install (Playground)
129+
# run: npm install
130+
# working-directory: ./Apps/BRNPlayground
131131

132-
- name: Build iOS Bundle
133-
run: npm run build:ios
134-
working-directory: ./Apps/BRNPlayground
132+
# - name: Build iOS Bundle
133+
# run: npm run build:ios
134+
# working-directory: ./Apps/BRNPlayground
135135

136-
- name: NPM Install (Binary Package)
137-
run: npm install
138-
working-directory: ./Package
139-
- name: Gulp (iOS)
140-
run: npx gulp buildIOSRNTA
141-
working-directory: ./Package
136+
# - name: NPM Install (Binary Package)
137+
# run: npm install
138+
# working-directory: ./Package
139+
# - name: Gulp (iOS)
140+
# run: npx gulp buildIOSRNTA
141+
# working-directory: ./Package
142142

143-
- name: Cache XCFrameworks
144-
uses: actions/cache@v2
145-
with:
146-
path: Modules/@babylonjs/react-native-iosandroid/ios/libs
147-
key: ${{ runner.os }}-xcframeworks-${{ github.sha }}
148-
restore-keys: |
149-
${{ runner.os }}-xcframeworks
143+
# - name: Cache XCFrameworks
144+
# uses: actions/cache@v2
145+
# with:
146+
# path: Modules/@babylonjs/react-native-iosandroid/ios/libs
147+
# key: ${{ runner.os }}-xcframeworks-${{ github.sha }}
148+
# restore-keys: |
149+
# ${{ runner.os }}-xcframeworks
150150

151151
test-publish-android-ios:
152152
runs-on: macos-latest
@@ -233,60 +233,60 @@ 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/checkout@v2.3.3
243-
with:
244-
submodules: 'true'
245-
- name: Setup MSBuild
246-
uses: microsoft/setup-msbuild@v1.0.2
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/checkout@v2.3.3
243+
# with:
244+
# submodules: 'true'
245+
# - name: Setup MSBuild
246+
# uses: microsoft/setup-msbuild@v1.0.2
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
288+
# - name: Windows build BRN
289+
# run: MSBuild /p:Platform="x64" /p:Configuration="Release" /m BRNPlayground.sln
290290
working-directory: ./Apps/BRNPlayground/windows
291291

292292
# Test packages

0 commit comments

Comments
 (0)