travisqmakegcccpp11doxygen

January 9, 2018 ยท View on GitHub

BranchTravis CI logo
masterBuild Status

This GitHub is part of:

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: STL only
  • Code coverage: none
  • Documentation: doxygen
  • Source: one single file, main.cpp

More complex builds:

  • [none]

Builds of similar complexity:

  • [none]

Less complex builds:

How to force documentation

Using Stack Overflow to set the correct doxygen flags, in Doxyfile, set

doxygen -g > /dev/null; ( cat Doxyfile ; echo "QUIET=TRUE"; echo "EXCLUDE=README.md" ; echo "WARN_AS_ERROR=YES") | doxygen -