Closed larsbrinkhoff closed 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.
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 likefor (int i = 0;
.