aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/cargo_commands.rs
AgeCommit message (Collapse)Author
2023-04-16Rename cargo_commands -> rundatdenkikniet
Rename command -> cargo_command
2023-04-16Redo command building so that we don't repeat as much, and todatdenkikniet
make it easier to add new ones
2023-04-16CargoCommand can take any packagedatdenkikniet
2023-04-16Use chdir() instead of unstable option, also confirm whenver a command ↵datdenkikniet
succeeds because why not
2023-04-16Improve locality of error messages & ExampleBuild + Qemu commands, anddatdenkikniet
indicate failure earlier
2023-04-16Fix running of testsdatdenkikniet
2023-04-16Also check for CommandErrors in error checkingdatdenkikniet
2023-04-16xtask: build usage examples and general improvementsdatdenkikniet
2023-04-15Add support for "feature mixer"datdenkikniet
2023-04-15More emojis and correct place for thingsdatdenkikniet
2023-04-15More housekeeping and making it work that bit betterdatdenkikniet
2023-04-15Rework command execution structure and make rayon optional (since it's not ↵datdenkikniet
necessarily faster due to workspace wide lockfile contention)
2023-04-15Always run stuff for all packages if none is specifieddatdenkikniet
2023-04-15xtask: don't add default arguments if building for a no_std targetdatdenkikniet
2023-04-15xtask: forward globals through the chain and add stderr-inheritance flagdatdenkikniet
2023-03-04xtask: clippy fixesHenrik Tjäder
2023-03-02xtask: Allow passing arguments to book and docHenrik Tjäder
2023-03-02xtask: rtic-syncHenrik Tjäder
2023-03-01xtask: Split out cargo commandsHenrik Tjäder