-
023f5370
by William Salmon
at 2018-09-20T15:46:45Z
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.
-
cdd1e2cc
by William Salmon
at 2018-09-20T15:48:57Z
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.
-
0557cde4
by William Salmon
at 2018-09-20T15:48:57Z
Add conf-root variable to builds
Adding the conf-root variable makes creating out of source builds
slightly easier.
-
5fa6d9fc
by William Salmon
at 2018-09-20T15:48:57Z
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.
-
0f662e4f
by William Salmon
at 2018-09-20T15:48:57Z
Adding Tests for Out of Source Build examples
-
e6052b40
by William Salmon
at 2018-09-20T15:48:57Z
Extended the Documentation to cover out of source builds