-
707ca659
by William Salmon
at 2018-09-21T08:57:16Z
Sandbox: 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 by using the bubblewarp `--dir` directive to ensure that cwd
exists we can cover both workspace and non workspace situations with
the same method.
-
5d509d9b
by William Salmon
at 2018-09-21T08:57:16Z
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.
-
7b2235f5
by William Salmon
at 2018-09-21T08:57:16Z
Add conf-root variable to builds
Adding the conf-root variable makes creating out of source builds
slightly easier.
-
f3e546cd
by William Salmon
at 2018-09-21T08:57:16Z
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.
-
34d30c21
by William Salmon
at 2018-09-21T08:57:16Z
Adding Tests for Out of Source Build examples
-
9e5b0dd3
by William Salmon
at 2018-09-21T08:57:16Z
Extended the Documentation to cover out of source builds