travisqmakegcccpp98qt_qtest
April 3, 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:
STLandQt - Code coverage: none
- GUI testing: QTest
- Source: QDialog with Qt resource file
More complex builds:
- More tests: travis_qmake_gcc_cpp98_qt_qtests
- C++11: travis_qmake_gcc_cpp11_qt_qtest
- C++14: travis_qmake_gcc_cpp14_qt_qtest
Less complex builds:
- Qt only: travis_qmake_gcc_cpp98_qt
