buildtool
Invoke build tool
Description
buildtool
invokes the build tool on the file
buildfile.m
in your current folder. It runs the default tasks in the
plan returned by the build file as well as all the tasks on which they depend.
buildtool
runs the tasks named taskName1 ... taskNameN
taskName1 ... taskNameN
as well as all the tasks
on which they depend. The command runs the tasks in the order specified. It runs each task
at most one time and ignores a task in the list that has already run.
buildtool -tasks
lists all the tasks in the build plan. The list
includes task names as well as task descriptions.
Examples
Input Arguments
Version History
Introduced in R2022b