ghaqmakegcccpp17gprof
June 30, 2025 ยท View on GitHub
| Branch | ![]() |
|---|---|
main | |
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:
STLonly - 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](https://github.com/richelbilderbeek/gha_cmake_gcc_cpp17_gprof)
Less complex builds:
- [none]
