opentibia / server

An open source server for the MMORPG Tibia.
GNU General Public License v2.0
414 stars 149 forks source link

Enable Continuous Integration on Travis CI #12

Closed adakraz closed 12 years ago

adakraz commented 12 years ago

http://travis-ci.org is able to compile otserv master from scratch, checking if the project builds correctly. You can use it to generate fancy images like this one: Build Status

To enable builds, login to travis-ci, you can probably also enable it to prebuild pull requests.

ghost commented 12 years ago

Never heard of Travis CI before. Can someone take a better look at it? It seems promising.

edubart commented 12 years ago

I didn't know that Travis started supporting C++, thanks for this pull request and letting me now. I have tested the service in my otclient repository and works fine. This will help us to fix compile issues faster.

edubart commented 12 years ago

Atm I can't enable Travis hook, requires admin access in the repository.