This demo repository contains a tiny but fully fledged SPL for SW development. It is capable of holding a set of software modules that are differently used and configured among the variants. Each variant creates its own binaries.
For installing the dependencies run:
.\build.ps1 -install
It is recommended to run the install command every time you switch between different branches, because dependencies and their versions might have been updated.
To build a variant from the command line run:
.\build.ps1 -build
It is recommended to start VS Code using the build.ps1
script to make sure all dependencies and environment variables are properly configured.
.\build.ps1 -startVSCode
For more information about using an SPL check the SPLE Platform Page.
To report any issues or feature requests, use the Support channels.