travisqmakegcccpp17boost_xml
August 17, 2019 ยท View on GitHub
Minimal project that uses qmake, GCC, C++17, 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++17 - Libraries:
STL,Boostand XML - Code coverage: none
- Source: one single file,
main.cpp
Used example code from this Boost example code.
More complex builds:
- [none]
Simpler builds:
Use C++14: travis_qmake_gcc_cpp14_boost_xml
No Boost.XML: travis_qmake_gcc_cpp17_boost
