diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-25 02:11:20 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-25 03:04:58 -0400 |
commit | a25d683e54159cd92c21ceab793c6966ca99b6d6 (patch) | |
tree | 0f462d866994842512335f6cae7f16336c53aee4 /doc/sessions | |
parent | 1d84bb80257daa9ddca7018999c254468c138498 (diff) | |
download | buildstream-a25d683e54159cd92c21ceab793c6966ca99b6d6.tar.gz |
doc: Adding part 4 of the getting started tutorial: integration commands
This new section talks about how integration commands work
and shows them at work.
Diffstat (limited to 'doc/sessions')
-rw-r--r-- | doc/sessions/integration-commands.run | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/sessions/integration-commands.run b/doc/sessions/integration-commands.run new file mode 100644 index 000000000..35d2433e1 --- /dev/null +++ b/doc/sessions/integration-commands.run @@ -0,0 +1,15 @@ + +commands: +# Make it fetch first +- directory: ../examples/integration-commands + command: fetch hello.bst + +# Capture a build output +- directory: ../examples/integration-commands + output: ../source/sessions/integration-commands-build.html + command: build hello.bst + +# Capture a shell output +- directory: ../examples/integration-commands + output: ../source/sessions/integration-commands-shell.html + command: shell hello.bst -- hello pony |