Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jenkins-scripts/lib/windows_library.bat
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ echo "COLCON_EXTRA_ARGS: %COLCON_EXTRA_ARGS% %COLCON_PACKAGE%"
echo "COLCON_EXTRA_CMAKE_ARGS: %COLCON_EXTRA_CMAKE_ARGS%"
echo "COLCON_EXTRA_CMAKE_ARGS2: %COLCON_EXTRA_CMAKE_ARGS2%"

colcon build --build-base "build"^
colcon build --merge-install --build-base "build"^
--install-base "install"^
--parallel-workers %MAKE_JOBS%^
%COLCON_EXTRA_ARGS% %COLCON_PACKAGE%^
Expand Down Expand Up @@ -243,7 +243,7 @@ goto :EOF
set COLCON_PACKAGE=%1

echo # BEGIN SECTION: colcon test for !COLCON_PACKAGE!
colcon test --install-base "install"^
colcon test --merge-install --install-base "install"^
--packages-select !COLCON_PACKAGE!^
--executor sequential^
--event-handler console_direct+
Expand Down