mudcoders / guildmud

A SocketMUD-based Multi-User Dungeon built and managed by the members of The MUD Coders Guild.
MIT License
26 stars 12 forks source link

Feature/testing #8

Closed zachflower closed 6 years ago

zachflower commented 6 years ago

This PR adds Travis-CI support. Since we don't actually have a test suite, all it does is verify that the binary can be compiled on both Ubuntu and OSX.

Additionally, to keep things as clean as possible, I added -Werror to the Makefile's CFLAGS. I would rather treat all warnings as errors and ignore or squash specific warnings that we agree aren't problematic.