ghaqmakegcccpp17gprof

June 30, 2025 ยท View on GitHub

BranchGitHub Actions logo
main Check build
developCheck build

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](hCheck buildttps://github.com/richelbilderbeek/gha_cmake_gcc_cpp17_gprof)

Less complex builds:

  • [none]