Add a simple continuous integration suite on Travis CI that verifies that the code compiles successfully using clang and gcc - both of which are most commonly used C compilers. It does not test the app itself as I haven't yet come up with an idea of how to unit test ncurses apps.
Motivation and Context
Having a continuous integration setup is a basic good practice - it will show if there are any immediate problems with the code without requiring human intervention.
Description
Add a simple continuous integration suite on Travis CI that verifies that the code compiles successfully using
clang
andgcc
- both of which are most commonly used C compilers. It does not test the app itself as I haven't yet come up with an idea of how to unit test ncurses apps.Motivation and Context
Having a continuous integration setup is a basic good practice - it will show if there are any immediate problems with the code without requiring human intervention.
How Has This Been Tested?
Ran a successful build here.
Types of changes
Checklist: