Thomas-Oz-Dunn / donnager

Tools for modelling space exploration
https://crates.io/crates/donnager
MIT License
0 stars 0 forks source link

Setup CI/CD Pipelines #24

Open Thomas-Oz-Dunn opened 1 year ago

Thomas-Oz-Dunn commented 1 year ago

Background Code is more valuable when deployed when it is unit tested and documented. Automatic scheduled and conditional pipelines can run checks for temporal releases to package manager, and upon every merge request.

Procedure

  1. Implement Unit Tests
  2. Build up merge request pipeline
  3. Implement deployment pipeline

Acceptance Criteria CI/CD pipeline exists to facilitate testing and deployment

Thomas-Oz-Dunn commented 1 year ago

Automatically Remove TODO's before release