blob: d6263acb786834e766539bcf99e5d18cfcdb8b5d (
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/autotools
command: fetch hello.bst
# Capture a `bst show` of the variables
- directory: ../examples/autotools
output: ../source/sessions/autotools-show-variables.html
command: show --deps none --format "%{vars}" hello.bst
# Capture a `bst build`
- directory: ../examples/autotools
output: ../source/sessions/autotools-build.html
command: build hello.bst
# Capture a shell output
- directory: ../examples/autotools
output: ../source/sessions/autotools-shell.html
command: shell hello.bst -- hello
|