travisqmakegcccpp98qt_ldtp

March 28, 2016 ยท View on GitHub

Travis CI logo

Build Status

This GitHub is part of the Travis C++ Tutorial.

I could not get this to work. A working approach for testing Qt GUI classes is using QTest: travis_qmake_gcc_cpp98_qt_qtest.

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 and Qt
  • Code coverage: none
  • GUI testing: LDTP
  • Source: QDialog with Qt resource file

Less complex builds: