14 Commits

Author SHA1 Message Date
Dave Rolsky
3de92613ad
Add release date to Changes.md 2023-12-10 17:40:22 -06:00
Dave Rolsky
c507aeb1b5
Handle multiple binaries in one crate 2023-12-10 11:21:49 -06:00
Dave Rolsky
883c7a0854
Add cross-version parameter to specify cross version 2023-12-10 10:58:39 -06:00
aaronvg
42fe96a4c1
Add support for a "working-directory" parameter
This commit updates the tests to check that this works and also rewrites the
test script from Bash to Perl.

Co-authored-by: Dave Rolsky <autarch@urth.org>
2023-09-10 15:12:49 -05:00
Dave Rolsky
77a5caf54b
Add release date for 0.0.8 2023-07-22 11:32:39 -05:00
Dave Rolsky
ab89553767
Update precious config to line wrap all Markdown files 2023-07-22 11:28:43 -05:00
Dave Rolsky
b1e766fe8f
Add caching of the installed cross binary 2023-07-22 11:17:30 -05:00
Dave Rolsky
d788e00f15
Always pass "+toolchain" to cargo or cross
I don't think this was actually using the specified toolchain, at least not
when cross compiling.
2023-04-21 23:14:21 -05:00
Dave Rolsky
356ca41f7d
Make strip script strip all binaries under target
If there were both debug & release dirs it would only strip one binary, and if
the debug dir had no binary at all it would error, even if the release dir had
one.
2023-04-21 22:39:30 -05:00
Dave Rolsky
91d78d9182
Use dtolnay/rust-toolchain@master instead of @stable
This allows passing the `toolchain` input.
2023-03-20 12:18:06 -04:00
Dave Rolsky
ec63efbd36
Changes for 0.0.4 2023-03-19 17:41:41 -04:00
Dave Rolsky
2f68f636e2
Add support for running test command as well as build 2023-03-17 11:12:36 -04:00
Dave Rolsky
9a602122c2
Changes for v0.0.2 2023-03-05 15:16:31 -06:00
Dave Rolsky
700c958def
Add Changes.md file with date for first release 2023-03-05 15:06:51 -06:00