1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 08:29:37 +00:00
Commit Graph

54 Commits

Author SHA1 Message Date
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
65eeddc1ad Remove missing targets. 2020-08-18 14:24:00 -05:00
27e9aaf034 Add iOS build. 2020-08-18 14:17:06 -05:00
1d7018a558 Build MacOS releases and explicitly specify task dependencies. 2020-08-12 15:56:10 -05:00
d95eed63c5 Add MacOS CI test builds. 2020-08-12 15:48:38 -05:00
742daf332b Ensure wasm32-unknown-unknown target builds when releasing as well. 2020-07-06 13:35:17 -05:00
770bdd3842 Add necessary target. 2020-07-06 13:13:17 -05:00
61edbce301 Make sure we can build wasm32-unknown-unknown target. 2020-07-06 13:00:17 -05:00
a6146a7f3e Install LLVM. 2020-06-17 18:01:09 -05:00
c2e3a41b2b Publish winrt_bindings from a Windows build server. 2020-06-17 18:00:14 -05:00
251128f917 Don't verify on publish since this crate requires Windows. 2020-06-17 17:55:35 -05:00
f642d86f73 Tweak workflow to publish winrt_bindings package first. 2020-06-17 17:27:28 -05:00