Tristan Van Berkom pushed to branch tristan/build-docs at BuildStream / buildstream
Commits:
-
bf0ca2ce
by Tristan Van Berkom at 2018-08-05T09:32:26Z
1 changed file:
Changes:
... | ... | @@ -16,7 +16,8 @@ commands: |
16 | 16 |
|
17 | 17 |
# Apply a patch in the workspace
|
18 | 18 |
- directory: ../examples/developing/
|
19 |
- command: show hello.bst; patch workspace_hello/files/src/hello.c update.patch;
|
|
19 |
+ shell: True
|
|
20 |
+ command: patch workspace_hello/hello.c update.patch
|
|
20 | 21 |
|
21 | 22 |
# Rebuild
|
22 | 23 |
- directory: ../examples/developing/
|