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:
STL
andBoost
- 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_graph - Add
Boost.Test
: travis_qmake_gcc_cpp14_boost_test - Use 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:
STL
only: travis_qmake_gcc_cpp14