joebo / microj

MIT License
14 stars 1 forks source link

Travis-ci #23

Open jonghough opened 9 years ago

jonghough commented 9 years ago

Hook up to Travis continuous integration?

http://docs.travis-ci.com/user/languages/csharp/

adrian17 commented 9 years ago

In theory, this should work out of the box (it compiles on xbuild on Linux for me). This should be enough:

language: csharp
solution: microj.sln

I have no idea how to support custom tests. Maybe returning a nonzero status code on failure would be enough?