Skip to content

Minimal project that uses qmake, GCC, C++14, Boost, Boost.Test, gcov, OCLint, Qt5, QTest and is tested by Travis CI

License

Notifications You must be signed in to change notification settings

richelbilderbeek/travis_qmake_gcc_cpp14_boost_test_gcov_oclint_qt5_qtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travis_qmake_gcc_cpp14_boost_test_gcov_oclint_qt5_qtest

Branch Travis CI logo Codecov logo
master Build Status codecov.io

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: STL, Boost and Qt, demonstrating Boost.Test and QTest
  • Code coverage: yes
  • Code linter: OCLint
  • Source: multiple files

Note that Boost.Test only tests the non-Qt functions, as Qt classes are better checked by QTest.

Less complex builds:

About

Minimal project that uses qmake, GCC, C++14, Boost, Boost.Test, gcov, OCLint, Qt5, QTest and is tested by Travis CI

Resources

License

Stars

Watchers

Forks

Packages

No packages published