Collects information for automating C++ builds and running unit tests using Travis
Let's use this repo to collect any resources for doing this. Put all build scripts, make files etc. in the build-scripts
folder. Other documentation can go in this readme.
Travis C++ Tutorial
https://github.com/richelbilderbeek/travis_cpp_tutorial
Continuous integration with Travis CI
https://arne-mertz.de/2017/04/continuous-integration-travis-ci/
Travis CI environment for C++ Projects
https://docs.travis-ci.com/user/languages/cpp/
Teach C++ using GitHub classroom and Travis CI
https://www.youtube.com/watch?v=qimc_OGD75E
Custom Makefiles in CodeLite
http://codelite.org/LiteEditor/CustomMakefiles
A very brief example of how to get a C++11 program compiled on TravisCI
https://github.com/JaredP94/TravisCI-Test
Simple Travis example for C++14 using modern GCC and Clang compilers
https://github.com/JaredP94/TravisCI-Test2
Working commit with Travis using doctest!
https://github.com/Kyle-11/TestTravis2/commits/factorialDoctest
Test case (student project submission 2017):
Travis and Coveralls are enabled for this repo:
https://github.com/witseie-elen4010-2017/Test-CPP-automated-builds
?