Skip to content
Snippets Groups Projects
Commit 8961042c authored by Phil Dawson's avatar Phil Dawson Committed by James Ennis
Browse files

examples: add project demonstrating a junction element

This is part of the work towards #437.
parent 4d86e7c5
No related branches found
No related tags found
No related merge requests found
kind: import
sources:
- kind: local
path: files/callHello.sh
depends:
- filename: hello.bst
junction: hello-junction.bst
kind: junction
# Specify the source of the BuildStream project
# We are going to use the autotools examples distributed with BuildStream in the
# doc/examples/autotools directory
sources:
- kind: local
path: ../autotools
#!/bin/sh
echo "Calling hello:"
hello
# Unique project name
name: junctions
# Required BuildStream format version
format-version: 9
# Subdirectory where elements are stored
element-path: elements
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment