-
64d3b443
by William Salmon
at 2018-09-18T10:03:26Z
Bug: CWD was not being created for workspaces
The code was creating the cwd folder but when the workspace was
mounted in to the buildroot it was hiding the folder created in it
behind the bind mounted workspace.
However buy using the bubble warp `--dir` directive to ensure that cwd
exists then we can cover both workspace and non workspace situation with
the same method.
-
85c7f047
by William Salmon
at 2018-09-18T10:03:26Z
New Integration test for workspace command-subdir
Build stream was only creating command-subdir for non workspace builds
this has now been fixed, and this regression test should support the
feature.
-
f0a15f41
by William Salmon
at 2018-09-18T10:03:26Z
Add conf-root variable to builds
Adding the conf-root variable makes creating out of source builds
slightly easier.
-
bb24728a
by William Salmon
at 2018-09-18T10:03:26Z
Adding Out of Source Build Examples
Three examples covering out of source builds for:
* basic autotools
* basic cmake
* autotools from a folder inside the source folder
This is also the first cmake example.
-
45af9f44
by William Salmon
at 2018-09-18T10:03:26Z
Adding Tests for Out of Source Build examples
-
26993349
by William Salmon
at 2018-09-18T10:03:26Z
Extended the Documentation to cover out of source builds