Commit Graph

16 Commits

Author SHA1 Message Date
restitux 52e48efdcf claude script to upload artifacts
Build Mumble Web 2 / linux_build (push) Successful in 1m25s
Build Mumble Web 2 / android_build (push) Successful in 6m18s
Build Mumble Web 2 / windows_build (push) Successful in 9m44s
Build Mumble Web 2 / macos_build (push) Failing after 10m6s
2026-03-10 21:03:51 -06:00
restitux cba1187f2d manual tarballing
Build Mumble Web 2 / linux_build (push) Successful in 1m15s
Build Mumble Web 2 / android_build (push) Successful in 6m11s
Build Mumble Web 2 / windows_build (push) Successful in 22m1s
Build Mumble Web 2 / macos_build (push) Successful in 1m18s
2026-03-09 03:08:45 -06:00
restitux 36ea42e418 increase artifact upload concurrency
Build Mumble Web 2 / linux_build (push) Successful in 1m12s
Build Mumble Web 2 / windows_build (push) Successful in 2m42s
Build Mumble Web 2 / macos_build (push) Successful in 4m26s
Build Mumble Web 2 / android_build (push) Successful in 5m44s
2026-03-09 02:58:02 -06:00
restitux 9ebccbc1ff custom macos cache logic
Build Mumble Web 2 / linux_build (push) Successful in 1m15s
Build Mumble Web 2 / windows_build (push) Successful in 2m43s
Build Mumble Web 2 / macos_build (push) Successful in 4m33s
Build Mumble Web 2 / android_build (push) Has been cancelled
2026-03-09 02:39:19 -06:00
restitux 9a2e52f948 fixup 2026-03-09 02:38:30 -06:00
restitux 6dd77d67ee remove print env 2026-03-09 02:31:59 -06:00
restitux 7a1ff1109c debug print
Build Mumble Web 2 / windows_build (push) Successful in 2m43s
Build Mumble Web 2 / linux_build (push) Successful in 4m16s
Build Mumble Web 2 / macos_build (push) Has been cancelled
Build Mumble Web 2 / android_build (push) Has been cancelled
2026-03-09 02:26:24 -06:00
restitux b8b022dcdc cargo binstall --no-confirm
Build Mumble Web 2 / windows_build (push) Successful in 2m42s
Build Mumble Web 2 / android_build (push) Has been cancelled
Build Mumble Web 2 / linux_build (push) Has been cancelled
Build Mumble Web 2 / macos_build (push) Failing after 1m59s
2026-03-09 02:15:16 -06:00
restitux f91f4cb7b6 add cargo binstall step
Build Mumble Web 2 / android_build (push) Has been cancelled
Build Mumble Web 2 / windows_build (push) Has been cancelled
Build Mumble Web 2 / macos_build (push) Has been cancelled
Build Mumble Web 2 / linux_build (push) Has been cancelled
2026-03-09 02:13:10 -06:00
restitux bab43b69c5 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
2026-03-09 01:58:44 -06:00
restitux aa3fcf09cf meta: update dioxus cli to 0.7.3 (#19)
Build Mumble Web 2 / linux_build (push) Successful in 1m26s
Build Mumble Web 2 / windows_build (push) Successful in 2m37s
Build Mumble Web 2 / android_build (push) Successful in 5m54s
Reviewed-on: #19
Reviewed-by: Sam Sartor <cap@samsartor.com>
2026-01-25 06:25:21 +00:00
restitux d7b88874df android builds (#9)
Build Mumble Web 2 / linux_build (push) Successful in 1m31s
Build Mumble Web 2 / windows_build (push) Successful in 2m39s
Build Mumble Web 2 / android_build (push) Successful in 5m54s
Build android container / android-release-builder-container-build (push) Successful in 5s
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 16s
This adds android builds to the CI infrastructure. These builds generate an `apk` file that you can download and install.
- Adds a new container build job that builds a container with all the required android dependencies
- Adds a new release build that builds an android apk
- Updated the imp module to split out mobile and desktop behavior
- Adds logic to request microphone permissions
- Added a custom android manifest that declares the required permissions

Reviewed-on: #9
2026-01-19 01:03:45 +00:00
restitux 5d2c2a93c7 ci: upgrade version of dioxus cli installed during linux build to 0.7.2 (#8)
Build Mumble Web 2 / linux_build (push) Successful in 1m42s
Build Mumble Web 2 / windows_build (push) Successful in 2m30s
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 12s
Forgot to update this with the rest of the 0.7.2 migration

Reviewed-on: #8
2026-01-05 09:40:40 +00:00
sam 55412f5778 Revert 0.7.2 upgrade
Build Mumble Web 2 / linux_build (push) Successful in 1m39s
Build Mumble Web 2 / windows_build (push) Successful in 2m52s
2025-12-04 22:21:37 -07:00
sam 2982a7f8d8 Finish 0.7.2 upgrade
Build Mumble Web 2 / linux_build (push) Failing after 58s
Build Mumble Web 2 / windows_build (push) Successful in 2m29s
2025-12-04 22:17:15 -07:00
restitux a11fb4f10e Windows Desktop Client CI (#2)
Build Mumble Web 2 / linux_build (push) Successful in 1m43s
Build Mumble Web 2 / windows_build (push) Successful in 2m38s
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Failing after 11s
Adds a windows container build and a windows client build.
Outstanding issues:
- I'm not sure if `workflow_dispatch` works. Based on [this PR](https://github.com/go-gitea/gitea/pull/28163) it seems like it should, but I don't see a button. It might only work after merging into the default branch.
- The windows build container is building dioxus from git HEAD because there is an unreleased bugfix we are depending on. We should revert this to a versioned release (maybe using `binstall`) once they cut 0.7.2

Reviewed-on: #2
2025-12-05 03:58:11 +00:00