Replies: 1 comment
-
Cake is a build orchestrator and as that agnostic to the tools it is running. While Cake itself is a .NET tool and requires .NET runtime, it can run any kind of tasks. By default Cake ships with a set of tool runners for common tools, more are available through Extensions. There is also the general purpose Command alias and Process alias. See Reference for a full set of available commands. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use cake to compile Linux kernel and give up make, kconfig and menuconfig
Beta Was this translation helpful? Give feedback.
All reactions