This repository is used for domain engineer assets and workflows.
- Clone the repository and navigate to its path through Command Line.
- Install the preprocessor globally using the following command:
npm install -g c-preprocessor
- Set environment variables
COMPONENT
andVARIANT_TYPE
for building the required component's variant. - Execute
prepareExecutePreprocessor.py
to prepare the required variant. - Now go to the "README.md" file of that component for further build instructions.