appveyorqmakegcc_cpp14
April 10, 2017 ยท View on GitHub
This GitHub is part of:
The goal of this project is to have a clean AppVeyor build, with specs:
- Build system:
qmake - C++ compiler:
gcc - C++ version:
C++14 - Libraries:
STLonly - Code coverage: none
- Source: one single file,
main.cpp
More complex builds:
- Add
Boost:appveyor_qmake_gcc_cpp14_boost
Builds of similar complexity:
- [...]
Less complex builds:
- No
qmake:appveyor_gcc_cpp14