delphix / virtualization-sdk

Delphix vSDK.
Apache License 2.0
7 stars 25 forks source link

CP-8874 Script to build the VSDK project with various commands #453

Closed SumoSourabh closed 1 year ago

SumoSourabh commented 2 years ago

Context:

To reduce the build process, we are adding a build_project.sh files which will help developers to build and test the project via command line options.

Problem:

To build the project, a developer have to go each directory and run two commands to build the project. As we have 5 python packages, so in total commands have to be run 5 times in total to build the full project. Also, to test the project one more command needs to be run on the folder to run all the test cases.

Solution:

Added build_project.sh file that will help developer to build and test the project with simpler commands like sh build_project -bt to build all 5 python modules in one go.

Testing

Tested the script by running various script options for all modules.

Deployment Plan:

No Deployment needed as it is for developers purposes only.

Bonus: