Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Update azure-pipelines.humble.release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ooeygui authored Feb 23, 2023
1 parent 257e96c commit bb48b84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ros/azure-pipelines.humble.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ stages:
mkdir microros2_ws\src
pushd microros2_ws
vcs import --force --shallow --recursive src < %Build_SourcesDirectory%\ros\humble\microros.repos
:: colcon build --event-handlers=console_cohesion+ --merge-install --install-base %INSTALL_DIR% --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING:BOOL=False -DBUILD_DOCS:BOOL=False -DCMAKE_PDB_OUTPUT_DIRECTORY=%PDB_OUTPUT_DIRECTORY% -DUAGENT_USE_SYSTEM_LOGGER=ON -DMICROROSAGENT_SUPERBUILD=OFF -DUAGENT_SUPERBUILD=OFF -DPython3_EXECUTABLE=%Python3_EXECUTABLE%
:: two phase build because microros doesn't declare dependencies on _client correctly
colcon build --event-handlers=console_cohesion+ --merge-install --install-base %INSTALL_DIR% --packages-up-to microxrcedds_client --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING:BOOL=False -DBUILD_DOCS:BOOL=False -DCMAKE_PDB_OUTPUT_DIRECTORY=%PDB_OUTPUT_DIRECTORY% -DUAGENT_USE_SYSTEM_LOGGER=ON -DMICROROSAGENT_SUPERBUILD=OFF -DUAGENT_SUPERBUILD=OFF -DPython3_EXECUTABLE=%Python3_EXECUTABLE%
colcon build --event-handlers=console_cohesion+ --merge-install --install-base %INSTALL_DIR% --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING:BOOL=False -DBUILD_DOCS:BOOL=False -DCMAKE_PDB_OUTPUT_DIRECTORY=%PDB_OUTPUT_DIRECTORY% -DUAGENT_USE_SYSTEM_LOGGER=ON -DMICROROSAGENT_SUPERBUILD=OFF -DUAGENT_SUPERBUILD=OFF -DPython3_EXECUTABLE=%Python3_EXECUTABLE%
popd
displayName: 'build MicroROS2'
Expand Down

0 comments on commit bb48b84

Please sign in to comment.