rricharz / Tek4010

Free Tektronix 4010, 4013, 4014 and 4015 terminal emulator for Raspberry Pi, Linux, macOS (Macintosh) and Windows
GNU General Public License v3.0
244 stars 29 forks source link

Automated build. #4

Closed larsbrinkhoff closed 5 years ago

larsbrinkhoff commented 5 years ago

Hello @rricharz,

This pull request enables automated building with Travis CI. Testing could be added to this.

The version of GCC provided by Travis needs the option -std=c99, or else it will complain about things like for (int i = 0;.

larsbrinkhoff commented 5 years ago

This seems to be a good guide on getting started with Travis CI:
https://hackernoon.com/continuous-integration-using-travis-on-github-1f7f2314b6b7

However, you don't need to add a .travis.yml file, since I'm doing it for you. Just click to enable the "Tek4010" repository in Travis CI, next merge this pull request.