blob: be4451a9a7f72e274d0aec02ea25b98dbe79d853 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Workaround setuptools bug for our symlinks here
#
workaround-symlinks:
../examples/flatpak-autotools/files/links/bin: usr/bin
../examples/flatpak-autotools/files/links/etc: usr/etc
../examples/flatpak-autotools/files/links/lib: usr/lib
commands:
# Make it fetch first
- directory: ../examples/flatpak-autotools
command: fetch hello.bst
# Capture a build output
- directory: ../examples/flatpak-autotools
output: ../source/sessions/flatpak-autotools-build.html
command: build hello.bst
# Capture a shell output
- directory: ../examples/flatpak-autotools
output: ../source/sessions/flatpak-autotools-shell.html
command: shell hello.bst -- hello
|