summaryrefslogtreecommitdiffstats
path: root/examples/foo.yml
AgeCommit message (Collapse)Author
2021-09-19Use template variables instead of environment, parametrize all examplesMatthias Schiffer
This implements passing of various pieces of information through task arguments, as well as argument inheritance through different kinds of dependencies.
2021-09-17Have recipes specify outputs, verify in resolverMatthias Schiffer
The outputs are not respected by the runner yet.
2021-09-12Unpack dependencies to temporary sysrootMatthias Schiffer
2021-07-17Remove task output setting for nowMatthias Schiffer
For simplicity, always archive the contents of the "dest" directory
2021-06-19tar: add files in sorted orderMatthias Schiffer
2021-06-19Collect task output to tar filesMatthias Schiffer
2021-04-03examples: add some debug commandsMatthias Schiffer
2021-01-30examples: extend with outputMatthias Schiffer
2021-01-24Read tasks from filesMatthias Schiffer