File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 fastdds_python :
33 cmake-args :
44 - " -DBUILD_TESTING=ON"
5- - " -DBUILD_DOCUMENTATION=ON"
65 ctest-args : [
76 " --repeat" , "until-pass:3",
87 " --timeout" , "300",
Original file line number Diff line number Diff line change 4242 required : false
4343 type : boolean
4444 default : true
45-
45+ env :
46+ colcon-build-default-cmake-args : ' -DBUILD_DOCUMENTATION=ON'
4647defaults :
4748 run :
4849 shell : bash
@@ -164,7 +165,7 @@ jobs:
164165 - name : Install apt packages
165166 uses : eProsima/eProsima-CI/ubuntu/install_apt_packages@v0
166167 with :
167- packages : libasio-dev libtinyxml2-dev libssl-dev swig
168+ packages : libasio-dev libtinyxml2-dev libssl-dev swig doxygen
168169
169170 - name : Install colcon
170171 uses : eProsima/eProsima-CI/ubuntu/install_colcon@v0
@@ -188,7 +189,7 @@ jobs:
188189 colcon_meta_file : ${{ github.workspace }}/src/fastdds_python/.github/workflows/config/build.meta ${{ github.workspace }}/src/fastdds_python/.github/workflows/config/test.meta
189190 colcon_build_args : ${{ inputs.colcon-args }}
190191 cmake_args : ${{ inputs.cmake-args }}
191- cmake_args_default : ' '
192+ cmake_args_default : ${{ env.colcon-build-default-cmake-args }}
192193 cmake_build_type : ${{ matrix.cmake-build-type }}
193194 workspace : ${{ github.workspace }}
194195
You can’t perform that action at this time.
0 commit comments