File tree 2 files changed +12
-7
lines changed
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -853,3 +853,14 @@ jobs:
853
853
cmake_args_default : ${{ env.colcon-build-default-cmake-args }}
854
854
cmake_build_type : ${{ matrix.cmake-build-type }}
855
855
workspace : ${{ github.workspace }}
856
+
857
+ - name : Clean workspace - No shared libs
858
+ run : |
859
+ cd ${{ github.workspace }}
860
+ rm -rf build install log
861
+
862
+ - name : Vanilla colcon build
863
+ uses : eProsima/eProsima-CI/multiplatform/colcon_build@v0
864
+ with :
865
+ cmake_build_type : ${{ matrix.cmake-build-type }}
866
+ workspace : ${{ github.workspace }}
Original file line number Diff line number Diff line change @@ -141,18 +141,12 @@ jobs:
141
141
destination_workspace : src
142
142
skip_existing : ' true'
143
143
144
- - name : Prepare build meta file
145
- uses : eProsima/eProsima-CI/windows/merge_yaml_metas@v0
146
- with :
147
- metas : " @('${{ github.workspace }}/src/fastrtps/.github/workflows/config/fastdds_build.meta', '${{ github.workspace }}/src/fastrtps/.github/workflows/config/fastdds_test.meta')"
148
- path : ' ${{ github.workspace }}/src/fastrtps/.github/workflows/config/fastdds_build_test.meta'
149
-
150
144
- name : Build
151
145
id : build
152
146
continue-on-error : false
153
147
uses : eProsima/eProsima-CI/windows/colcon_build@v0
154
148
with :
155
- colcon_meta_file : ${{ github.workspace }}\src\fastrtps\.github\workflows\config\fastdds_build_test .meta
149
+ colcon_meta_file : ${{ github.workspace }}\src\fastrtps\.github\workflows\config\fastdds_build.meta ${{ github.workspace }}\src\fastrtps\.github\workflows\config\fastdds_test .meta
156
150
colcon_build_args : ${{ inputs.colcon-args }}
157
151
# The following Fast DDS CMake options need to be specified here instead of in the meta files
158
152
# because they vary from platform to platform
You can’t perform that action at this time.
0 commit comments