aboutsummaryrefslogtreecommitdiff
path: root/examples/multi-combined-example
Commit message (Collapse)AuthorAgeFilesLines
* Unify reflectively loading builds from directories.Christopher Vogt2017-03-201-1/+1
| | | | | | | | | | THis is mostly cleanup and a little bit feature. Before it was done partially in 3 places, BuildBuild, loadRoot and GitDependency. Now DirectoryDependencies also support referencing sub-builds. Also introduce scalariform for the first few files of cbt's core code :).
* Make GitDependency and DirectoryDependency simply return Build objectsChristopher Vogt2017-03-111-2/+2
|
* demonstrate all the different multi-project-build and composition featuresChristopher Vogt2017-02-1811-25/+92
| | | | | this should probably be cleaned up and made more explainatory, but seems like at least all the cases are there
* easier setting of projectDirectory in sub-buildsChristopher Vogt2017-02-131-4/+4
| | | | | by replacing context.projectDirectory by workingDirectory and using it as the default but allowing it to being overridden
* multi-project build example using a single build fileChristopher Vogt2017-02-135-0/+55