Skip to content

Commit

Permalink
Add sim to package arrays
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed Aug 11, 2022
1 parent 5c29402 commit 8c84a3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jenkins-scripts/dsl/ignition.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ ignition_software = [ 'cmake',
'plugin',
'rendering',
'sensors',
'sim',
'tools',
'transport',
'utils' ]
// DESC: need gpu/display for tests
ignition_gpu = [ 'gazebo',
'gui',
'rendering',
'sensors' ]
'sensors',
'sim' ]
// DESC: software does not support cmake warnings enabled
ignition_no_cmake_warnings = [ 'cmake',
'common',
Expand Down Expand Up @@ -101,6 +103,7 @@ ignition_colcon_win = [ 'common',
'plugin',
'rendering',
'sensors',
'sim',
'tools',
'transport',
'utils' ]
Expand Down

0 comments on commit 8c84a3c

Please sign in to comment.