GitLab CI of generated projects are currently minimal: https://github.com/ssciwr/cookiecutter-cpp-project/blob/ee7e2eab7b655bbbe7f5a0911b89944c65b5bc0b/%7B%7Bcookiecutter.project_slug%7D%7D/.gitlab-ci.yml What could be added (same as in GitHub CI): - [ ] Python testing - [ ] Coverage Testing - [ ] Testing on different OS - [ ] Wheel building + PyPI deployment
GitLab CI of generated projects are currently minimal: https://github.com/ssciwr/cookiecutter-cpp-project/blob/ee7e2eab7b655bbbe7f5a0911b89944c65b5bc0b/%7B%7Bcookiecutter.project_slug%7D%7D/.gitlab-ci.yml
What could be added (same as in GitHub CI):