travisqmakegcccpp14boost_xml
August 17, 2019 ยท View on GitHub
Minimal project that uses qmake, GCC, C++14, Boost and XML and is tested by Travis CI
| Branch | ![]() |
|---|---|
| master |
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:
STL,Boostand XML - Code coverage: none
- Source: one single file,
main.cpp
Used example code from this Boost example code.
More complex builds:
Use Boost and XML: travis_qmake_gcc_cpp17_boost_xml
Simpler builds:
Add
Boost.Graph: travis_qmake_gcc_cpp14_boost
