travisqmakegcccpp98boosttestqt
March 28, 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:
STL,Boost,Boost.TestandQt - Code coverage: none
- Source: multiple files
Note that this build is unsuitable for testing Qt GUI classes, use travis_qmake_gcc_cpp98_qt_qtest instead.
More complex builds:
- Use C++11: travis_qmake_gcc_cpp11_boost_test_qt
- Use C++14: travis_qmake_gcc_cpp14_boost_test_qt
Less complex builds:
- STL and Boost.Test: travis_qmake_gcc_cpp98_boost_test
- STL and Boost: travis_qmake_gcc_cpp98_boost
- STL and Qt: travis_qmake_gcc_cpp98_qt
