Commit Graph

50 Commits

Author SHA1 Message Date
Nolan Darilek 96a5209a9f Attempt to simplify CI. 2024-02-09 11:29:00 -06:00
Nolan Darilek 20b18949e2 Just build for target since we don't need an APK. 2024-02-09 11:07:11 -06:00
Nolan Darilek f29de0aede Switch to actions/checkout@v4. 2024-02-09 11:03:41 -06:00
Nolan Darilek edd09c24e7 Switch from cargo-apk to xbuild. 2024-02-09 10:49:08 -06:00
Nolan Darilek d65d79f8fb More tweaks and simplifications to work around ndk-sys checksum failure. 2022-11-22 15:16:18 -06:00
Nolan Darilek daaead1dc3 Tweak features used in CI builds. 2022-11-22 14:36:15 -06:00
Nolan Darilek 3c9a78a953 Install necessary targets and simplify further. 2022-11-22 12:44:43 -06:00
Nolan Darilek 5470b9557d Drop old actions-rs actions which seem to no longer be updated. 2022-11-22 12:36:00 -06:00
Nolan Darilek 6770a2ed58 Eliminate caching. 2022-11-22 12:27:40 -06:00
Nolan Darilek 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
Nolan Darilek 3e4299d0e6 Update some old actions to newer versions. 2022-11-22 11:04:05 -06:00
Nolan Darilek 652367fa8a Build on Ubuntu 22.04. 2022-09-07 12:33:45 -05:00
Nolan Darilek 5c9c649505 Also disable default features for Linux when running Clippy. 2022-03-10 14:07:18 -06:00
Nolan Darilek 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
Nolan Darilek 7b8da53d81 Args shouldn't be a list. 2021-04-05 07:45:08 -05:00
Nolan Darilek 316b1bceec Use target as part of toolchain installation. 2021-04-03 12:58:19 -05:00
Nolan Darilek 26d06fc635 No really, build the web example. 2021-04-03 12:11:53 -05:00
Nolan Darilek d5a692008a Add action to ensure that web example compiles. 2021-04-03 11:50:11 -05:00
Nolan Darilek 3e1f5af61a Call rustup manually, since the action doesn't seem to work. 2020-12-30 14:50:36 -06:00
Nolan Darilek 15b7b33ed3 Are these CSVs? 2020-12-30 14:31:27 -06:00
Nolan Darilek 699d0d23e9 Add necessary targets. 2020-12-30 14:15:14 -06:00
Nolan Darilek 7eb74729fc Use cargo-apk to test Android build. 2020-12-30 14:00:25 -06:00
Nolan Darilek 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
Nolan Darilek cf39be85af Looks like the tool cache isn't supported or is failing. Comment out for now. 2020-12-30 12:43:15 -06:00
Nolan Darilek a01fd93502 Build Android example as part of CI. 2020-12-30 12:28:07 -06:00
Nolan Darilek 34db699972 Rename build to check. 2020-11-17 16:42:44 -06:00
Nolan Darilek f3705a1856 --target doesn't work here. 2020-11-17 16:28:28 -06:00
Nolan Darilek 2f0ced4eaf Install components and integrate rustfmt checks. 2020-11-17 16:22:14 -06:00
Nolan Darilek d5f92565e5 Integrate Clippy. 2020-11-17 16:16:14 -06:00
Nolan Darilek 3224cbdf5a We don't need iOS-specific builds since the macOS checks already handle this. 2020-11-17 16:10:20 -06:00
Nolan Darilek be96aacd7a Add --target. 2020-11-17 16:06:18 -06:00
Nolan Darilek 3157162192 Use Rust actions to (hopefully) speed things up. 2020-11-17 15:50:22 -06:00
Nolan Darilek 2c73c75e00 Use Matrix build. 2020-11-17 15:15:43 -06:00
Nolan Darilek 10010f9bc9 Add caching to builds, and remove unneeded LLVM install. 2020-11-17 13:15:37 -06:00
Nolan Darilek 3500e88117 Do we need LLVM for this? 2020-11-17 12:22:18 -06:00
Nolan Darilek 4e157b6fb5 Check examples when building. 2020-11-03 11:23:03 -06:00
Nolan Darilek 1be226df8a Switch to cargo check and build with all features under Windows. 2020-10-08 19:11:41 -05:00
Nolan Darilek baa442f136 Separate WASM build into separate job. 2020-10-08 19:10:14 -05:00
Nolan Darilek d3ca27c707 Force Rust toolchain update, and separate out iOS build. 2020-09-02 15:52:11 -05:00
Nolan Darilek 81b23330e9 Move iOS build into separate CI run to see if this odd bug is triggered. 2020-09-02 15:37:34 -05:00
Nolan Darilek 907b828315 Add iOS test to release builds. 2020-08-18 15:26:23 -05:00
Nolan Darilek 3b3be830c6 Update iOS build targets. 2020-08-18 14:59:48 -05:00
Nolan Darilek 65eeddc1ad Remove missing targets. 2020-08-18 14:24:00 -05:00
Nolan Darilek 27e9aaf034 Add iOS build. 2020-08-18 14:17:06 -05:00
Nolan Darilek d95eed63c5 Add MacOS CI test builds. 2020-08-12 15:48:38 -05:00
Nolan Darilek 770bdd3842 Add necessary target. 2020-07-06 13:13:17 -05:00
Nolan Darilek 61edbce301 Make sure we can build wasm32-unknown-unknown target. 2020-07-06 13:00:17 -05:00
Nolan Darilek b691124d3f Remove `--verbose` flag. 2020-06-09 10:59:41 -05:00
Nolan Darilek 964670f8c6 Reformat. 2020-06-09 10:55:38 -05:00
Nolan Darilek 87ae25b522 Add test action to ensure functionality on Linux and Windows. 2020-06-09 07:53:46 -05:00