travisqmakegcccpp14tdc
February 27, 2017 ยท View on GitHub
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:
STLonly - Code coverage: none
- Source: two file,
main_local.cppandmain_travis.cpp
The compilation is dependent on Travis:
- Locally,
main_local.cppshould be compiled, resulting in a program that saysHello world, from a local computer - When run on Travis CI,
main_travis.cppshould be compiled, resulting in a program that saysHello world, from Travis CI
More complex builds:
- [none]
Equally complex builds:
- Travis-dependent run: travis_qmake_gcc_cpp14_tdr
Less complex builds:
- No Travis-dependent compilation: travis_qmake_gcc_cpp14
