Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.48 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.48 KB

gha_qmake_gcc_cpp17_gprof

Branch GitHub Actions logo
master Check build
develop Check 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:

Less complex builds:

  • [none]