Follow steps below to start developing for cpackget
:
-
Requirements:
-
Clone the repo:
$ git clone https://github.com/open-cmsis-pack/cpackget.git
-
Enter the checked source
cd cpackget
-
Configure your local environment
make config
-
Make sure all tests are passing
make test-all
-
Make sure it builds
make build/cpackget
-
Done! You can now start changing the source code, please refer to contributing guide to start contributing to the project
If you have rights to push to the main
branch of this repo, you might be entitled to
make releases. Do that by running:
make release
NOTE: We use Semantic Versioning for versioning cpackget.