pinobatch / pently

Scalable music engine for NES games
zlib License
72 stars 4 forks source link

Add support for Travis CI testing #31

Closed ghost closed 6 years ago

ghost commented 6 years ago

This pull request adds a Travis CI config file. Travis CI tests the building and functionality of the script every commit (once set up), allowing simple confirmation that this script builds. You can see the output of every command necessary to get this running on a "fresh" machine. You also get a button like this:

Build Status

This will be generated once this pull request is merged and you set up and add your repo to https://travis-ci.org/

That allows others to see if the master is building at this commit, and ultimately convenience for everyone involved.