summaryrefslogtreecommitdiff
path: root/doc/sessions/composition.run
blob: c19a9914ec6e774d89a5f97dc120a272618125fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

commands:
# Make it fetch first
- directory: ../examples/composition
  command: source fetch hello.bst

# Capture the build output
- directory: ../examples/composition
  output: ../source/sessions/composition-build.html
  command: build runtime-only.bst

# List the contents
- directory: ../examples/composition
  output: ../source/sessions/composition-list-contents.html
  command: artifact list-contents runtime-only.bst

# Run hello world
- directory: ../examples/composition
  output: ../source/sessions/composition-shell.html
  command: shell runtime-only.bst -- hello audience