bonsai-rx / machinelearning

Bonsai Library containing reactive infrastructure for machine learning
https://bonsai-rx.org/machinelearning/
MIT License
4 stars 4 forks source link

Refactor build solution jobs into CI pipeline #14

Closed glopesdev closed 6 months ago

glopesdev commented 6 months ago

To accelerate integration testing of parallel PRs it would be useful to have a CI pipeline for building and testing whether the solution builds for each PR in advance of review.

As a first step, this PR simply refactors the basic build steps used for documentation deployment into a separate reusable workflow, as described in Reusable workflows. We can later add unit tests or running with examples as additional steps.

ncguilbeault commented 6 months ago

Looks good - lets go ahead and merge