travisqmakegcccpp14qt5_qtest
May 8, 2019 ยท View on GitHub
| Branch | Status |
|---|---|
| master | |
| develop |
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++14 - Libraries:
STLandQt5using QTest - Code coverage: none
- GUI testing: QTest
- Source: QDialog with Qt resource file
More complex builds:
- Add code coverage: travis_qmake_gcc_cpp14_gcov_qt5_qtest
- Add OCLint: travis_qmake_gcc_cpp14_oclint_qt5_qtest
Less complex builds:
- Use Qt4 instead of Qt5: travis_qmake_gcc_cpp14_qt4_qtest
- C++98: travis_qmake_gcc_cpp98_qt_qtest
- C++11: travis_qmake_gcc_cpp11_qt_qtest
- No QTest: travis_qmake_gcc_cpp14_qt5
