lean2/doc/make/travis.md
Leonardo de Moura b2deee629e Add documentation for automatic builds
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-09-14 11:58:51 -07:00

831 B

Automatic Builds at Travis

Whenever a commit is submitted to the the main repository, a service hook at github will automatically build Lean using Travis.

Automatic builds can be enabled for any fork of the Lean repository. We just have to go to our fork page at github; select settings (it is an icon on the right hand side of the page); select Service Hooks; select Travis; and provide the required information. We must have an account at Travis.

By default, build reports are sent to the leansmt-dev Google group. You can change that by modifying the file .travis.yml in the Lean root directory. The file contains a recipients: entry.