= Automatic builds [[Image(travis-ci_77336.png, align=right)]] Automatic builds are run on [https://travis-ci.org/edgewall/trac/builds Travis CI], for the Linux and MacOS platforms. The configuration is defined in [source:trunk/.travis.yml]: || trunk \\[[Image(https://travis-ci.org/edgewall/trac.svg?branch=trunk,alt=Build status,title=Build status,link=https://travis-ci.org/edgewall/trac/branches)]] ||\ || 1.2-stable \\[[Image(https://travis-ci.org/edgewall/trac.svg?branch=1.2-stable,alt=Build status,title=Build status,link=https://travis-ci.org/edgewall/trac/branches)]] ||\ || 1.0-stable \\[[Image(https://travis-ci.org/edgewall/trac.svg?branch=1.0-stable,alt=Build status,title=Build status,link=https://travis-ci.org/edgewall/trac/branches)]] ||\ || 0.12-stable\\[[Image(https://travis-ci.org/edgewall/trac.svg?branch=0.12-stable,alt=Build status,title=Build status,link=https://travis-ci.org/edgewall/trac/branches)]] || [[Image(appveyor-kb-logo.png, width=120px, align=right)]] For Trac on Windows the automatic builds are run on the currently experimental [https://ci.appveyor.com/project/cboos/trac Appveyor platform]. The configuration is defined in [source:trunk/.appveyor.yml] (see also AppVeyor): || trunk || 1.2-stable || 1.0-stable || || cboos || ||[[Image(https://ci.appveyor.com/api/projects/status/73ua8batdyxku670/branch/trunk?svg=true, link=https://ci.appveyor.com/project/edgewall-org/trac/branch/trunk,alt=trunk)]] || \ ||[[Image(https://ci.appveyor.com/api/projects/status/73ua8batdyxku670/branch/1.2-stable?svg=true,link=https://ci.appveyor.com/project/edgewall-org/trac/branch/1.2-stable,alt=1.2-stable)]] || \ ||[[Image(https://ci.appveyor.com/api/projects/status/73ua8batdyxku670/branch/1.0-stable?svg=true,link=https://ci.appveyor.com/project/edgewall-org/trac/branch/1.0-stable,alt=1.0-stable)]] || \ || || \ ||[[Image(https://ci.appveyor.com/api/projects/status/kqgv4awct01hsl7t?svg=true, link=https://ci.appveyor.com/project/cboos/trac)]] || [[Image(code-climate-logo.png.150x80_q85.png, align=right)]] and [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 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
}}} == Troubleshooting The status of the continuous integration services can be checked: - [https://www.traviscistatus.com/ Travis CI status] - [https://appveyor.statuspage.io/ Appveyor status] For Appveyor, it is possible to troubleshoot issues [AppVeyor#Testfailures remotely using RDP]. == Previous automatic builds 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].