CosyClub / ProjectTempo

Rave Cave, A rhythm based MMO where players rock out together!
3 stars 0 forks source link

TravisCI for Linux (Docker) and Windows #104

Open qqii opened 6 years ago

qqii commented 6 years ago

Travis CI integration is being worked on.

@jnterry please provide a few docs and info here.

jnterry commented 6 years ago

Travis status can be found at: https://travis-ci.org/CosyClub/ProjectTempo

jnterry commented 6 years ago

Travis config is in the file .travis.yml in root directory, currently compiled with gcc and clang on linux.

Travis doesnt support windows - maybe look into appveyor at some point, I've started adding a config for it but builds take 40 minutes and fail anyway, and I'm not going to debug why at the moment

grant-m-s commented 6 years ago

Travis has been merged for Linux.

qqii commented 6 years ago

Is TravisCI integrated into github pull requests @RcColes?

RcColes commented 6 years ago

Yes. You can't merge unless it passes