-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
- for all readers: "CI" = continuous integration testing, so, when someone makes a request to add to the ZOO-Project source code, triggers are automatically enabled to test the new proposed code on various build systems (Ubuntu, Clang, MinGW, etc).
- previously all Open Source projects used TravisCI
- recently a lot of projects (long story) have moved to GitHub "workflows" or "actions" for CI testing
- see the long list of configured tests now by GDAL at https://github.com/OSGeo/gdal/tree/master/.github/workflows
This CI testing is critical for a project. This is a must, as part of our "GitHub migration" plans.
gfenoy, omshinde and remicres