Skip to content

Commit

Permalink
Do not support old sdformats
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com>
  • Loading branch information
j-rivero committed Feb 21, 2025
1 parent 4dab121 commit 40cb997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins-scripts/sdformat-default-devel-windows-amd64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ if %SDFORMAT_MAJOR_VERSION% GEQ 10 (
) else if %SDFORMAT_MAJOR_VERSION% GEQ 6 (
call "%SCRIPT_DIR%/lib/generic-default-devel-windows.bat"
) else (
call "%SCRIPT_DIR%/lib/sdformat-base-windows.bat"
echo "Ancient version of sdformat is not supported %SDFORMAT_MAJOR_VERSION%"
exit 1
)

0 comments on commit 40cb997

Please sign in to comment.