travisqmakegcccpp14boost
July 19, 2019 ยท View on GitHub
| Branch | ![]() |
|---|---|
master | |
develop |
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++14 - Libraries:
STLandBoost - Code coverage: none
- Source: one single file,
main.cpp
More complex builds:
Use C++17: travis_qmake_gcc_cpp17
Add
Boost.Graph: travis_qmake_gcc_cpp14_boost_graphAdd
Boost.Test: travis_qmake_gcc_cpp14_boost_testUse Boost on XML: travis_qmake_gcc_cpp14_boost_xml
Use Boost on XML: travis_qmake_gcc_cpp14_boost_gcov
Use Boost on XML: travis_qmake_gcc_cpp14_boost_oclint
Use Boost on XML: travis_qmake_gcc_cpp14_boost_qt5
Simpler builds:
- Libraries:
STLonly: travis_qmake_gcc_cpp14
