Skip to content

System Sets #4

Open
Open
@WinstonHartnett

Description

Goal:

run . build $ do
  parallel [sysA, sysB, sysC] -- checked for dependency conflicts automatically
  sysD                        -- run after line above
  (label @"my label" sysF) `after` sysE -- systems can be labelled
  sysG `before` (getLabel @"sysF")     -- using labelled system
  sysH `whenCriteria` myRunConditionSystem -- run criteria
  sysI `withCleanup` cleanUpSystem         -- on exit

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions