File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1616env :
1717 CMAKE_C_COMPILER_LAUNCHER : ccache
1818 CMAKE_CXX_COMPILER_LAUNCHER : ccache
19+ CMAKE_BUILD_TYPE : Debug
1920
2021jobs :
2122 maybe_skip :
4849 - { os: ubuntu-24.04, compiler: { cc: gcc-13, cxx: g++-13 } }
4950 - { os: ubuntu-24.04, compiler: { cc: clang-18, cxx: clang++-18 } }
5051 robotology :
51- - { yarp: yarp-3.11, cmake: 3.19.x }
52- - { yarp: yarp-3.12, cmake: 3.19.x }
53- - { yarp: master, cmake: 3.19.x }
52+ # CMake 3.22 instead of 3.19 because of the CMAKE_BUILD_TYPE env var
53+ - { yarp: yarp-3.11, cmake: 3.22.x }
54+ - { yarp: yarp-3.12, cmake: 3.22.x }
55+ - { yarp: master, cmake: 3.22.x }
5456 experimental :
5557 - ${{github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'}}
5658 exclude :
You can’t perform that action at this time.
0 commit comments