File tree Expand file tree Collapse file tree 4 files changed +1
-567
lines changed
Modules/@babylonjs/react-native/ios Expand file tree Collapse file tree 4 files changed +1
-567
lines changed Original file line number Diff line number Diff line change 7474
7575 build-windows :
7676 runs-on : windows-latest
77+ continue-on-error : true
7778 steps :
7879 - name : Support longpaths
7980 run : git config --system core.longpaths true
@@ -111,21 +112,9 @@ jobs:
111112 run : npx install-windows-test-app
112113 working-directory : ./Apps/Playground
113114
114- # - name: BabylonNative build directory
115- # run: mkdir @babylonjs/react-native/Build/uwp_x64
116- # working-directory: ./Modules
117-
118- # - name: CMake BabylonNative
119- # 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
120- # working-directory: ./Modules/@babylonjs/react-native/Build/uwp_x64
121-
122115 - name : Nuget restore
123116 run : nuget restore Playground.sln
124117 working-directory : ./Apps/Playground/windows
125-
126- # - name: Windows build BN
127- # run: MSBuild /p:Platform="x64" /p:Configuration="Release" /m ReactNativeBabylon.sln
128- # working-directory: ./Modules/@babylonjs/react-native/Build/uwp_x64
129118
130119 - name : Windows build Playground
131120 run : MSBuild /p:Platform="x64" /p:Configuration="Release" /p:WindowsTargetPlatformVersion=10.0.19041.0 /m Playground.sln
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments