Tasks

All tasks have the following options:

taskname: {
    ;;the name of a tool.  Valid tools are shell, atllbuild, nop
    :tool "tool"

    ;;What other tasks should run before this one.
    :dependencies []

    ;;see docs/overlays.md for more information about overlays
    :use-overlay [] ;;what overlays to apply to this task
    :overlays { } ;;what overlays can be applied to this task

    :required-overlays [] ;;what overlays are required for this task
    
    ;;List platforms here to only run the task when targeting the specified platform
    :only-platforms []
}

© 2016 Anarchy Tools and contributors.