travisqmakegcccpp11qt4
June 28, 2017 ยท View on GitHub
| Branch | ![]() |
|---|---|
| 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++11 - Libraries:
STLandQt(using Qt4) - Code coverage: none
- Source: QDialog with Qt resource file
More complex builds:
- Use C++14: travis_qmake_gcc_cpp14_qt4
- Use Qt5: travis_qmake_gcc_cpp11_qt5
- Add Qwt: travis_qmake_gcc_cpp11_qt4_qwt
- Tested by QTest: travis_qmake_gcc_cpp98_qt_qtest
- Tested by LDTP: travis_qmake_gcc_cpp98_qt_ldtp
Less complex builds:
- STL only: travis_qmake_gcc_cpp11
