blob: d970849a49791d950adda1c71b5e5e18bd8668e4 (
plain)
1
2
3
4
5
6
7
8
9
|
# Project directory
directory: ../examples/flatpak-autotools
# Make sure it's fetched in the source cache
prepare-commands:
- fetch hello.bst
# Build it with everything already fetched
command: build hello.bst
|