BrunoLevy / geogram

a programming library with geometric algorithms
Other
1.9k stars 129 forks source link

Continuous integration via GitHub Actions. #1

Closed jdumas closed 2 years ago

jdumas commented 2 years ago

To facilitate CMake maintenance, I'd recommend the following:

Continuous PR check: Screen Shot 2022-02-27 at 6 23 10 PM

Nightly check: Screen Shot 2022-02-27 at 5 59 34 PM

BrunoLevy commented 2 years ago

Fantastic Jeremie ! To make it clear, if I merge this pull request, it will start continuous integration directly ? There is nothing else to configure ?

jdumas commented 2 years ago

Yes I believe so. In the repo setting page you have some options related to github actions. By default it will require you to "approve" first-time contributors before running any action coming from a fork pull request.