Skip to content

Commit 35affe0

Browse files
committed
[TEST] Debug build
1 parent 6c61e3c commit 35affe0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ on:
1010
- cron: '0 0 * * TUE'
1111
workflow_dispatch:
1212

13-
# env:
13+
env:
1414
# CMAKE_C_COMPILER_LAUNCHER: ccache
1515
# CMAKE_CXX_COMPILER_LAUNCHER: ccache
16+
CMAKE_BUILD_TYPE: Debug
1617

1718
jobs:
1819
maybe_skip:
@@ -44,9 +45,10 @@ jobs:
4445
- { os: ubuntu-24.04, ros: jazzy, compiler: { cc: clang-18, cxx: clang++-18, apt: clang-18 } }
4546
robotology:
4647
# CMake 3.20 instead of 3.19 because of ROS Jazzy
47-
- { yarp: yarp-3.11, cmake: 3.20.x }
48-
- { yarp: yarp-3.12, cmake: 3.20.x }
49-
- { yarp: master, cmake: 3.20.x }
48+
# CMake 3.22 instead of 3.20 because of the CMAKE_BUILD_TYPE env var
49+
- { yarp: yarp-3.11, cmake: 3.22.x }
50+
- { yarp: yarp-3.12, cmake: 3.22.x }
51+
- { yarp: master, cmake: 3.22.x }
5052
experimental:
5153
- ${{github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'}}
5254
exclude:

0 commit comments

Comments
 (0)