adding CI

This commit is contained in:
2025-01-12 20:25:13 +01:00
parent 4bd57a2a51
commit 8c00af0443
18 changed files with 710 additions and 10 deletions

View File

@@ -54,6 +54,8 @@ set_dependir("build/.deps")
set_optimize("fastest")
option("unitybuild", { description = "Build the library using unity build", default = false })
for name, module in pairs(backends) do
if has_config(module.option) then
if module.packages then
@@ -70,6 +72,10 @@ target("pulse_gpu")
add_files("Sources/*.c")
if has_config("unitybuild") then
add_rules("c.unity_build", { batchsize = 6 })
end
for name, module in pairs(backends) do
if has_config(module.option) then
if module.packages then