1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-09-19 01:59:37 +00:00
Commit Graph

65 Commits

Author SHA1 Message Date
f29de0aede Switch to actions/checkout@v4. 2024-02-09 11:03:41 -06:00
edd09c24e7 Switch from cargo-apk to xbuild. 2024-02-09 10:49:08 -06:00
d65d79f8fb More tweaks and simplifications to work around ndk-sys checksum failure. 2022-11-22 15:16:18 -06:00
daaead1dc3 Tweak features used in CI builds. 2022-11-22 14:36:15 -06:00
8102820f86 These checks should be run before the tag is pushed, so remove them from the release workflow. 2022-11-22 14:13:46 -06:00
3c9a78a953 Install necessary targets and simplify further. 2022-11-22 12:44:43 -06:00
5470b9557d Drop old actions-rs actions which seem to no longer be updated. 2022-11-22 12:36:00 -06:00
6770a2ed58 Eliminate caching. 2022-11-22 12:27:40 -06:00
61d84a2120 Manually install toolchain before cache to eliminate a deprecated action and hopefully fix checksum validation failures. 2022-11-22 12:12:57 -06:00
3e4299d0e6 Update some old actions to newer versions. 2022-11-22 11:04:05 -06:00
652367fa8a Build on Ubuntu 22.04. 2022-09-07 12:33:45 -05:00
fd9f5ae60a Branch not needed. 2022-03-10 14:35:46 -06:00
3366f93e2b Fix release workflow to not build default features. 2022-03-10 14:14:03 -06:00
5c9c649505 Also disable default features for Linux when running Clippy. 2022-03-10 14:07:18 -06:00
f275e506df Disable default-features on Linux since runners don't have speech-dispatcher 0.10 or greater. 2022-03-10 13:57:05 -06:00
7b8da53d81 Args shouldn't be a list. 2021-04-05 07:45:08 -05:00
e4b53d17aa Check web example as part of release process. 2021-04-03 12:59:32 -05:00
316b1bceec Use target as part of toolchain installation. 2021-04-03 12:58:19 -05:00
26d06fc635 No really, build the web example. 2021-04-03 12:11:53 -05:00
d5a692008a Add action to ensure that web example compiles. 2021-04-03 11:50:11 -05:00
6784bb8861 Remove bindings publish from CI. 2021-03-11 13:23:08 -06:00
3e1f5af61a Call rustup manually, since the action doesn't seem to work. 2020-12-30 14:50:36 -06:00
15b7b33ed3 Are these CSVs? 2020-12-30 14:31:27 -06:00
699d0d23e9 Add necessary targets. 2020-12-30 14:15:14 -06:00
7eb74729fc Use cargo-apk to test Android build. 2020-12-30 14:00:25 -06:00
d806c44c76 My brain hurts and I can't figure out how to set this CI action up right now. But it works, so release. 2020-12-30 13:09:29 -06:00
cf39be85af Looks like the tool cache isn't supported or is failing. Comment out for now. 2020-12-30 12:43:15 -06:00
a01fd93502 Build Android example as part of CI. 2020-12-30 12:28:07 -06:00
9fb4f5e71e Refactor release job. 2020-11-17 16:47:46 -06:00
34db699972 Rename build to check. 2020-11-17 16:42:44 -06:00
f3705a1856 --target doesn't work here. 2020-11-17 16:28:28 -06:00
2f0ced4eaf Install components and integrate rustfmt checks. 2020-11-17 16:22:14 -06:00
d5f92565e5 Integrate Clippy. 2020-11-17 16:16:14 -06:00
3224cbdf5a We don't need iOS-specific builds since the macOS checks already handle this. 2020-11-17 16:10:20 -06:00
be96aacd7a Add --target. 2020-11-17 16:06:18 -06:00
3157162192 Use Rust actions to (hopefully) speed things up. 2020-11-17 15:50:22 -06:00
2c73c75e00 Use Matrix build. 2020-11-17 15:15:43 -06:00
b6ef11b60f Clean up release job. 2020-11-17 15:00:37 -06:00
10010f9bc9 Add caching to builds, and remove unneeded LLVM install. 2020-11-17 13:15:37 -06:00
3500e88117 Do we need LLVM for this? 2020-11-17 12:22:18 -06:00
4e157b6fb5 Check examples when building. 2020-11-03 11:23:03 -06:00
ca186671b4 Make similar refactors to release action. 2020-10-08 19:15:12 -05:00
1be226df8a Switch to cargo check and build with all features under Windows. 2020-10-08 19:11:41 -05:00
baa442f136 Separate WASM build into separate job. 2020-10-08 19:10:14 -05:00
14a721c837 Depend on build_ios for releasing. 2020-09-02 17:13:03 -05:00
d3ca27c707 Force Rust toolchain update, and separate out iOS build. 2020-09-02 15:52:11 -05:00
81b23330e9 Move iOS build into separate CI run to see if this odd bug is triggered. 2020-09-02 15:37:34 -05:00
045b80c921 Don't scream if winrt_bindings fails to build. 2020-08-18 15:27:07 -05:00
907b828315 Add iOS test to release builds. 2020-08-18 15:26:23 -05:00
3b3be830c6 Update iOS build targets. 2020-08-18 14:59:48 -05:00