5 Commits

Author SHA1 Message Date
18d16b2663
build: support 0.14.0
Unfortunately, this has irreconcilable incompatibilities with previous
versions of zig, due to the build.zig.zon schema changes. Support for
older versions has been dropped.
2025-03-05 19:17:31 -07:00
9530f3d561
ci: remove --ast-check from zig format
This works around ziglang/zig#22078 (the ast-check behavior changed
since the last successful CI run). Since we build as part of the job,
this check isn't really necessary anyway, though it certainly is
lighter-weight than trying to compile.
2024-11-26 22:39:23 -07:00
d9d586555e
ci: run against all branches 2024-11-24 18:51:26 -07:00
a9c2b0b825
build: add some support for building the apps
This appears to work when targeting macOS or Linux. Windows definitely
does not work. These are not built by default.
2024-09-15 17:53:04 -07:00
48b7e2e95d
integrate, continuously 2024-09-14 17:57:31 -07:00