Closed shivesh1210 closed 2 years ago
Thanks for the suggestion and the links to get started!
This was implemented in f356b8d374d0438c54eb506dc5b5699b70419aa4. Automated software installation and code testing for this repository as well as automated documentation generation is set up.
We should setup a CI/CD pipeline via github so that we can ensure that the software package is always installable on a clean system and the unit testing works.
You need to include a yml file in order to do this. An example to set this up on github was pointed to me via Alexander Fabisch here: https://github.com/rock-learning/pytransform3d/blob/master/.github/workflows/python-package.yml
Some further help on this can be found here: