Skip to content
gorobaum edited this page Jun 22, 2012 · 1 revision

The Archimedes project has a Continuous Integration server, Travis. Every time someone pushes something new to the Github repository, an build of the project is put forward to Travis. The Archimedes Travis page can be accessed on this link.

How to use Travis

Travis runs a script when a build order for some project is sent for him. The script must be on the root of the project, and it name must be travis.yml.

Clone this wiki locally