Overview of OmegaT CI/CD Platforms
masterOmegaT utilizes two distinct CI/CD platforms to manage its build and delivery lifecycle:
- Azure Pipelines: The primary platform. It handles the core build, testing, and publishing of Windows packages and documentation.
- GitHub Actions: Handles Linux package builds, daily quality checks (static analysis, acceptance tests), and supplementary publishing tasks.
Configuration files are located in ci/azure-pipelines/ for Azure and .github/workflows/ for GitHub.