add build pipeline for macos
Build Mumble Web 2 / android_build (push) Has been cancelled
Build Mumble Web 2 / linux_build (push) Has been cancelled
Build Mumble Web 2 / windows_build (push) Has been cancelled
Build Mumble Web 2 / macos_build (push) Failing after 4s

This commit is contained in:
2026-03-09 01:58:44 -06:00
parent 847c636f41
commit bab43b69c5
+18
View File
@@ -42,6 +42,24 @@ jobs:
path: target/release/mumble-web2-proxy path: target/release/mumble-web2-proxy
retention-days: 5 retention-days: 5
macos_build:
runs-on: macos
steps:
- name: Checkout
uses: actions/checkout@v5
- uses: Swatinem/rust-cache@v2
- name: Build dioxus project
run: dx build --platform macos --release -p mumble-web2-gui
- name: Upload mumble-web2-gui Artifact
uses: https://gitea.com/actions/gitea-upload-artifact@v4
with:
name: mumble-web2-gui-macos-arm64
path: gui/dist
retention-days: 5
windows_build: windows_build:
runs-on: windows runs-on: windows
steps: steps: