-
14e4ea06
by William Salmon
at 2018-09-21T09:37:12Z
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.
-
94671445
by William Salmon
at 2018-09-21T09:37:12Z
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.
-
f4de324d
by William Salmon
at 2018-09-21T09:37:12Z
Add conf-root variable to builds
Adding the conf-root variable makes creating out of source builds
slightly easier.
-
9fc57558
by William Salmon
at 2018-09-21T09:37:12Z
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.
-
d7c19547
by William Salmon
at 2018-09-24T08:57:28Z
Adding Tests for Out of Source Build examples
-
b5ecca62
by William Salmon
at 2018-09-24T08:57:28Z
Extended the Documentation to cover out of source builds