Skip to content

Commit

Permalink
enable tests in ign-tools
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed Oct 22, 2021
1 parent 24258a3 commit b11aaa7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/ignition.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ignition_no_cmake_warnings = [ 'cmake',
'transport',
'utils' ]
// DESC: software does not have tests
ignition_no_test = [ 'tools' ]
ignition_no_test = [ ]
// DESC: major series supported and released. The branches get CI, install pkg
// testing and debbuild job.
// No branches in ignition_branches means no released branches (only CI on
Expand Down
1 change: 0 additions & 1 deletion jenkins-scripts/ign_tools-default-devel-windows-amd64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set SCRIPT_DIR=%~dp0
set VCS_DIRECTORY=ign-tools
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true
set ENABLE_TESTS=false

set COLCON_PACKAGE=ignition-tools
set COLCON_AUTO_MAJOR_VERSION=true
Expand Down

0 comments on commit b11aaa7

Please sign in to comment.