diff options
author | Chandan Singh <chandan@chandansingh.net> | 2020-05-07 20:32:44 +0000 |
---|---|---|
committer | Chandan Singh <chandan@chandansingh.net> | 2020-05-13 21:32:37 +0000 |
commit | c3198f5e4e8ff45ac9be19215f575a54e2180de4 (patch) | |
tree | 90b94f7afba64434c9673689f03ae029aa7fd359 /tests/frontend/source-fetch/bananas.bst | |
parent | a34ff401b4fa3d3649b46ecc336fa27a110373fa (diff) | |
download | buildstream-c3198f5e4e8ff45ac9be19215f575a54e2180de4.tar.gz |
_frontend/cli: Support "build" and "run" values for `source fetch --deps`
Diffstat (limited to 'tests/frontend/source-fetch/bananas.bst')
-rw-r--r-- | tests/frontend/source-fetch/bananas.bst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/frontend/source-fetch/bananas.bst b/tests/frontend/source-fetch/bananas.bst new file mode 100644 index 000000000..45416106f --- /dev/null +++ b/tests/frontend/source-fetch/bananas.bst @@ -0,0 +1,12 @@ +kind: import + +build-depends: +- apples.bst + +runtime-depends: +- oranges.bst + +sources: +- kind: remote + url: project-root:/files/bananas + ref: e49295702f7da8670778e9b95a281b72b41b31cb16afa376034b45f59a18ea3f |