boo-lang / boo

The Boo Programming Language.
BSD 3-Clause "New" or "Revised" License
874 stars 148 forks source link

Integrate travis ci #62

Closed drslump closed 11 years ago

drslump commented 11 years ago

Travis-ci does not support .Net/Mono projects natively so the build is based on a C environment (linux), where it will install via apt-get a version of Mono and its dev tools.

The current build file has been tested to be able to successfully launch a nant rebuild on the Travis machines. I haven't been able to make the tests compilation work, I guess the nant build file would have to be modified to make it compatible with that linux environment.