deathcap / wsmc

WebSocket proxy to Minecraft
33 stars 10 forks source link

Setup a continuous build integration system for wsmc? #38

Open deathcap opened 8 years ago

deathcap commented 8 years ago

https://github.com/voxel/voxel-clientmc has one (using CircleCI), works well and it actually build wsmc (+ integrated voxel-clientmc), but wsmc (this repo) itself doesn't have one, maybe it should.

Haven't set one up yet mainly because it could be confusing how wsmc has its own repository which includes an integrated demo "mcwebchat" example, which isn't its main purpose, only a minimal demonstration. Users looking for voxel-clientmc might stumble across wsmc's CI system then download it only to find the bundle.js includes a trivial web chat example..

Perhaps modularize wsmc/Java further, so it can reference external resources, and leverage wsmc's CI through voxel-clientmc's CI?