CI examples
Continuous Integration services run user-defined self-checks on code on each “git push”. GitHub Actions is often the best place to start with CI. CI is one part of the DevOps lifecycle.
These services have quotas even for public Git repos:
- Travis: Linux, macOS, Windows
- Gitlab: macOS, Linux, Windows
- CircleCI: Linux, Windows (macOS on paid plans)
- Codeship: Docker (advanced)
At the time of this writing, these CI didn’t have usage quotas for public repos. They are constrainted by the number of concurrent jobs.
- GitHub Actions: Linux, macOS, Windows
- Appveyor: Linux, macOS, Windows
- Azure Pipelines: Linux, macOS, Windows
We have amassed numerous CI examples across programming languages, including
- Python compiling Fortran code
- IPv6 C using HDF5
- C++
- IDL / GDL GNU Data Language
- Pascal