File: autotools.run

package info (click to toggle)
buildstream 1.6.9-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 7,560 kB
  • sloc: python: 28,787; sh: 1,339; makefile: 137; ansic: 48
file content (20 lines) | stat: -rw-r--r-- 571 bytes parent folder | download | duplicates (3)
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