Skip to content

Commit

Permalink
Refs #20786: Build ShapesDemo on Ubuntu Github CI
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <[email protected]>
  • Loading branch information
EduPonz committed Apr 10, 2024
1 parent ac0e737 commit 31f45ea
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,21 @@ jobs:
destination_workspace: src
skip_existing: 'true'

# Get Shapes Demo to make sure it keeps compiling
- name: Get Shapes Demo branch
id: get_shapes_demo_branch
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
with:
remote_repository: eProsima/ShapesDemo
fallback_branch: ${{ inputs.fastdds-branch || 'master' }}

- name: Download Shapes Demo repo
uses: eProsima/eProsima-CI/external/checkout@v0
with:
repository: eProsima/ShapesDemo
path: src/shapes-demo
ref: ${{ steps.get_shapes_demo_branch.outputs.deduced_branch }}

- name: Colcon build
continue-on-error: false
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0
Expand Down

0 comments on commit 31f45ea

Please sign in to comment.