Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 942 Bytes

DEVELOPING.md

File metadata and controls

35 lines (23 loc) · 942 Bytes

Developing cpackget

Follow steps below to start developing for cpackget:

  1. Requirements:
  1. Clone the repo: $ git clone https://github.com/open-cmsis-pack/cpackget.git

  2. Enter the checked source cd cpackget

  3. Configure your local environment make config

  4. Make sure all tests are passing make test-all

  5. Make sure it builds make build/cpackget

  6. Done! You can now start changing the source code, please refer to contributing guide to start contributing to the project

Releasing

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.