-
v0.6.0 - Pipelines Stable
released this
2021-12-09 21:41:35 +00:00 | 155 commits to master since this releaseWith version 0.6.0 there was a huge refactor in the backend.
Now the tool works on things called 'Pipelines'A pipeline describes the flow of a specific build case, for example the default pipeline consists of 4 steps: Build, Link, Test and Runtime (legacy).
Each step can have any arbitrary name, but the name may impact what values are required in project definitions.
Each step can consist of multiple tasks running parallel and the results are then passed to the next step.Each task can however define a single type 'work', for example: Compilation, Linking, Test Execution, etc...
This innovative approach allows to gracefully handle things like optional compilation of resource (.rc) files on windows.
It may initially be a bit weird, but will allow much easier customization for more complex cases.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)