Parallel Multiplatform Build
I am trying to configure a parallel multi-platform build, using the same VCS snapshot.
I have currently implement this as a Windows build that has a snapshot dependency on a Linux build.
This executes sequentially.
I would like this to share the same VCS root, and build in parallel.
Please can you advise on how I should do this.
Thank you
Ian
Please sign in to leave a comment.
Hi Ian,
If you want to run parallel builds on the same VCS revision you should configure the following build chain (snapshot dependencies are present as arrows):
You can have only "compile"+tests or only tests+"pack setup" build configurations. If you have snapshot dependencies configured the whole build chain will run on the same VCS revision.
Please find more details in this documentation section.