-
7295c559
by William Salmon
at 2018-10-02T13:00:03Z
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.
-
ea4b6126
by William Salmon
at 2018-10-02T13:00:03Z
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.
-
ef921eee
by William Salmon
at 2018-10-02T13:00:03Z
Add conf-root variable to builds
Adding the conf-root variable makes creating out of source builds
slightly easier.
-
25facae5
by William Salmon
at 2018-10-02T13:00:03Z
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.
-
d953d6a1
by William Salmon
at 2018-10-02T13:00:03Z
Adding Tests for Out of Source Build examples
-
fefeb6ee
by William Salmon
at 2018-10-02T13:00:03Z
Extended the Documentation to cover out of source builds
-
d6a5c2f1
by William Salmon
at 2018-10-02T13:00:03Z
Out of Source builds for remaining elements that support out of source builds