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++98
- Libraries:
STL
only - Code coverage: none
- Source: one single file,
main.cpp
More complex builds:
- Use of C++11: travis_qmake_gcc_cpp11
- Use of C++14: travis_qmake_gcc_cpp14
- Use of C++17: travis_qmake_gcc_cpp14
- Use of C++20: travis_qmake_gcc_cpp14
- Use the Boost libraries: travis_qmake_gcc_cpp98_boost
- Use the Bio++ library: travis_qmake_gcc_cpp98_bpp
- Use the Qt library: travis_qmake_gcc_cpp98_qt
- Use the Rcpp R package: travis_qmake_gcc_cpp98_rcpp
- Use the SFML library: travis_qmake_gcc_cpp98_sfml
- Use the Urho3D library: travis_qmake_gcc_cpp98_urho3d
- Use the Wt library: travis_qmake_gcc_cpp98_wt
- Code coverage:
gcov
: travis_qmake_gcc_cpp98_gcov - Profiling:
gprof
: travis_qmake_gcc_cpp98_gprof - UI testing:
ldtp
: travis_qmake_gcc_cpp98_ldtp
Equally complex builds:
- Use of
CMake
instead ofqmake
: travis_cmake_gcc_cpp98 - Use of C instead of C++: travis_cmake_gcc_c98
Less complex builds:
- [none]