Compare commits
4 Commits
mumble-tui
...
7a1ff1109c
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a1ff1109c | |||
| b8b022dcdc | |||
| f91f4cb7b6 | |||
| bab43b69c5 |
@@ -42,6 +42,33 @@ jobs:
|
||||
path: target/release/mumble-web2-proxy
|
||||
retention-days: 5
|
||||
|
||||
macos_build:
|
||||
runs-on: macos
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install cargo binstall
|
||||
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||
|
||||
- name: Install dioxus-cli
|
||||
run: cargo binstall dioxus-cli --version 0.7.3 --no-confirm
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Print env
|
||||
run: env
|
||||
|
||||
- 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:
|
||||
runs-on: windows
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user