travisqmakegcccpp98boost_test
August 25, 2016 ยท View on GitHub
This GitHub is part of the Travis C++ Tutorial.
The goal of this project is to have a clean Travis CI build, with specs:
- Build system:
qmake - C++ compiler:
gcc - C++ version:
C++98 - Libraries:
STLand Boost, demonstrating Boost.Test - Code coverage: none
- Source: multiple files
More complex builds:
- Use C++14: travis_qmake_gcc_cpp14_boost_test
- Do both a debug and release build: travis_qmake_gcc_cpp98_boost_test_debug_and_release
- Add OCLint: travis_qmake_gcc_cpp98_boost_test_oclint
Less complex builds:
- Use STL and Boost only: travis_qmake_gcc_cpp98_boost
- Use C++98: travis_qmake_gcc_cpp98_boost
