Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various CI and build tweaks #751

Merged
merged 8 commits into from
Apr 21, 2024
Merged

Conversation

TheOneric
Copy link
Member

  • automatically use all available cores
  • add muon CI
    • muon already fixed e.g. the false-positive warnings we noticed earlier and currently is also tweaking formatting rules. The latter means our buildfiles no longer match muon style, but let’s wait for 0.3.0 before deciding whether to care at all or reformat and make this an actual fail
  • ensure meson build works from tarballs
  • get rid of unneeded CONFIG_ macros in both builds
  • share library and release version across buildsystems via a toplevel RELEASEVERSION file (exact name and placement can be changed)

Copy link
Member

@astiob astiob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idk meson, lgtm

.github/workflows/meson.yml Outdated Show resolved Hide resolved
One release build with wrap fallbacks is sufficient
And install meson from system except for Chocolatey
which doesn’t like installing meson without a reboot.

Split out Chocolatey is necessary, because using bash as a shell
for some reason also changes the used linker leading to config-time
failures for MSVC.
@TheOneric TheOneric merged commit ffe070b into libass:master Apr 21, 2024
15 checks passed
@TheOneric TheOneric deleted the tweak-build+ci branch April 21, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants