Skip to content

Commit

Permalink
Disable building Windows Monoscopic (since it's included in Windows O…
Browse files Browse the repository at this point in the history
…penXR)
  • Loading branch information
andybak committed Mar 28, 2024
1 parent 6823bce commit 627bd94
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,6 @@ jobs:
cache: Windows
extra_defines: OCULUS_SUPPORTED

- name: Windows Monoscopic
targetPlatform: StandaloneWindows64
vrsdk: Monoscopic
cache: Windows

- name: Linux Monoscopic
targetPlatform: StandaloneLinux64
vrsdk: Monoscopic
Expand Down Expand Up @@ -765,12 +760,6 @@ jobs:
name: Windows Rift
path: build_windows_rift

- name: Download Build Artifacts (Windows Monoscopic)
uses: actions/download-artifact@v4
with:
name: Windows Monoscopic
path: build_windows_mono

- name: Download Build Artifacts (Android OpenXR)
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -805,7 +794,6 @@ jobs:
mv build_android_pico/*/com.Icosa.OpenBrush*apk releases/OpenBrush_Pico_$VERSION.apk
mv build_windows_openxr/StandaloneWindows64/ releases/OpenBrush_Desktop_$VERSION/
mv build_windows_rift/StandaloneWindows64/ releases/OpenBrush_Rift_$VERSION/
mv build_windows_mono/StandaloneWindows64/ releases/OpenBrush_Mono_$VERSION/
mv build_monoscopic_macos/*.dmg releases/OpenBrush_Mac_Mono_$VERSION.dmg
cd releases
zip -r OpenBrush_Desktop_$VERSION.zip OpenBrush_Desktop_$VERSION/
Expand Down

0 comments on commit 627bd94

Please sign in to comment.