Commit Graph
11 Commits
Author SHA1 Message Date
iphydf 6e0a641272 chore: Add a source tarball deploy workflow.
This builds the autotools files (configure, etc.) so people can build
the code without needing to install autotools.
2025-02-15 12:44:03 +00:00
iphydf 4adebe4d8b chore: Don't upload ios/macos variants in deploy workflows.
We already put them into an xcframework. There's no strong reason to
keep them as separate assets as well.

Also removed the Makefile for single-file uploads, because it
individually appears in the release assets. The .c files are
intentionally separate asset uploads, but the Makefile is always the
same so can be fetched directly from the repo if needed.
2025-02-15 12:10:04 +00:00
iphydf 432ab60c00 feat: Add a Makefile for the single file deploy build.
This makefile is untested, so hope is the strategy here.
2025-02-15 09:44:40 +00:00
iphydf a86c0011fd chore: Add deploy job for single C file library. 2025-02-15 08:32:28 +00:00
iphydf 12f34cdff2 chore: Add wasm to the nightly binary deploys. 2025-02-09 22:56:18 +00:00
iphydf 21e2325934 chore: Fix xcframework tarball creation.
Also, always run the "create tarball" action on pull requests as well,
so we know whether it's going to work for master pushes.
2025-01-29 14:04:27 +00:00
iphydf b10c8b766b chore: Fix xcframework checksum creation. 2025-01-29 12:57:45 +00:00
iphydf 93787a9322 chore: Add ios/macos framework build. 2025-01-29 00:51:01 +00:00
iphydf 496cc70355 chore: Support arm64 iphone simulator. 2025-01-28 02:51:39 +00:00
iphydf aa0e2a8e92 chore: Add support for more iOS architectures.
Including simulator (i386 and x86_64).
2025-01-27 18:29:35 +00:00
iphydf 13ad8e81cb chore: Add binary deploy workflows. 2025-01-27 11:50:09 +00:00