File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -154,24 +154,3 @@ jobs:
154
154
run : |
155
155
xcodebuild -workspace example.xcworkspace -scheme example -destination "platform=iOS Simulator" CODE_SIGNING_ALLOWED=NO COMPILER_INDEX_STORE_ENABLE=NO SKIP_BUNDLING=TRUE build | xcbeautify --renderer github-actions
156
156
working-directory : example/ios
157
-
158
-
159
- build-Windows-app :
160
- name : Build example app Windows
161
- runs-on : windows-2022
162
- needs : [verify-example-sources]
163
- steps :
164
- - name : Ensure the cross-platform Git on Windows
165
- run : git config --global core.autocrlf false
166
-
167
- - name : Checkout repository
168
- uses : actions/checkout@v4
169
-
170
- - name : Install dependencies
171
- run : npm install
172
-
173
- - name : Restore NuGet packages
174
- run : nuget restore .\example\windows\example.sln
175
-
176
- - name : Build the Windows OS app
177
- run : cd example; npx react-native run-windows --arch x64 --no-launch --no-deploy --logging --sln .\windows\example.sln --proj .\windows\example\example.vcxproj
You can’t perform that action at this time.
0 commit comments