Branch | |
---|---|
master |
|
develop |
The goal of this project is to have a clean GitHub Actions build, with specs:
- Build system:
qmake
- C++ compiler:
gcc
- C++ version:
C++17
- Libraries:
STL
only - Code coverage: none
- Profiling:
gprof
- Source: one single file,
main.cpp
More complex builds:
- [none]
Equally complex builds:
- Use Travis CI (instead of GitHub Actions): travis_qmake_gcc_cpp17_gprof
- Use CMake (instead of
qmake
): gha_cmake_gcc_cpp17_gprof
Less complex builds:
- [none]