= Automatic builds [[Image(github-mark.svg, width=48, align=right)]] Automatic builds for the Linux, MacOS and Windows platforms are run on [https://github.com/edgewall/trac/actions/workflows/build.yml GitHub Actions]. The configuration is defined in [source:/trunk/.github/workflows/build.yml]: || trunk \\[[Image(https://github.com/edgewall/trac/actions/workflows/build.yml/badge.svg?branch=trunk, alt=Build status,title=Build status,link=https://github.com/edgewall/trac/actions/workflows/build.yml?query=branch:trunk)]] ||\ || 1.6-stable \\[[Image(https://github.com/edgewall/trac/actions/workflows/build.yml/badge.svg?branch=1.6-stable,alt=Build status,title=Build status,link=https://github.com/edgewall/trac/actions/workflows/build.yml?query=branch:1.6-stable)]] ||\ || 1.4-stable \\[[Image(https://github.com/edgewall/trac/actions/workflows/build.yml/badge.svg?branch=1.4-stable,alt=Build status,title=Build status,link=https://github.com/edgewall/trac/actions/workflows/build.yml?query=branch:1.4-stable)]] ||\ || 1.2-stable \\[[Image(https://github.com/edgewall/trac/actions/workflows/build.yml/badge.svg?branch=1.2-stable,alt=Build status,title=Build status,link=https://github.com/edgewall/trac/actions/workflows/build.yml?query=branch:1.2-stable)]] ||\ || 1.0-stable \\[[Image(https://github.com/edgewall/trac/actions/workflows/build.yml/badge.svg?branch=1.0-stable,alt=Build status,title=Build status,link=https://github.com/edgewall/trac/actions/workflows/build.yml?query=branch:1.0-stable)]] || [[Image(code-climate-logo.png.150x80_q85.png, align=right)]] The status of the continuous integration services can be checked on [https://www.githubstatus.com/ GitHub Status] Static code analysis is run on [https://codeclimate.com/github/edgewall/trac Code Climate]: [[Image(https://codeclimate.com/github/edgewall/trac/badges/gpa.svg,link=https://codeclimate.com/github/edgewall/trac,title=)]] == Notifications //Notes: notifications from GitHub Actions are not currently sent to trac-builds mailing list.// Trac-Builds is a mailing list for build failure notifications and announcements about changes in the automated build infrastructure. This list is '''read-only'''. [http://groups.google.com/group/trac-builds Archive] {{{#!html
}}} == Previous automatic builds Trac was previously built on [https://travis-ci.com/edgewall/trac/builds Travis CI] and [https://ci.appveyor.com/project/cboos/trac Appveyor]. Trac was previously built on [http://buildbot.net/ BuildBot], coordinated through [http://bitten.edgewall.org Bitten] and the [https://www.python.org/dev/buildbot Python Community Buildbots]. This is described in a [wiki:TracDev/AutomaticBuilds@8 previous version of this page]. See also the Buildbots section of the [wiki:TracDev/UnitTests@18#Buildbots Unit tests page].