Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

build

This field controls whether the app binary is built (via ninja) before executing the task.

Possible values: [true, false]. Defaults to true.

Set to false for tasks that don’t need a compiled binary, such as cleaning up or printing configuration information.

Example:

    tasks:
      clean:
        build: false
        cmd:
          - rm -rf ${bindir}