Skip to content

Commit 50f5b09

Browse files
committed
Refs #21228: Apply rev suggestions
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 75af025 commit 50f5b09

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ on:
4747
required: false
4848
type: boolean
4949
default: false
50-
5150
defaults:
5251
run:
5352
shell: bash
@@ -129,7 +128,6 @@ jobs:
129128
destination_workspace: src
130129
skip_existing: 'true'
131130

132-
133131
- name: Colcon build
134132
continue-on-error: false
135133
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0
@@ -199,7 +197,6 @@ jobs:
199197
colcon_build_args: ${{ inputs.colcon-args }}
200198
colcon_build_args_default: '--packages-select fastdds_python'
201199
cmake_args: ${{ inputs.cmake-args }}
202-
cmake_args_default: ''
203200
cmake_build_type: ${{ matrix.cmake-build-type }}
204201
workspace: ${{ github.workspace }}
205202
workspace_dependencies: ${{ github.workspace }}/install

.github/workflows/ubuntu-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ jobs:
6767
fastdds-branch: ${{ inputs.fastdds-branch || '2.6.x' }}
6868
run-build: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'skip-ci') }}
6969
run-tests: ${{ (inputs.run-tests == true) || false }}
70+
use-ccache: ${{ inputs.use-ccache || false }}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
[![Issues](https://img.shields.io/github/issues/eProsima/Fast-DDS-python.svg)](https://github.com/eProsima/Fast-DDS-python/issues)
88
[![Forks](https://img.shields.io/github/forks/eProsima/Fast-DDS-python.svg)](https://github.com/eProsima/Fast-DDS-python/network/members)
99
[![Stars](https://img.shields.io/github/stars/eProsima/Fast-DDS-python.svg)](https://github.com/eProsima/Fast-DDS-python/stargazers)
10-
10+
[![Fast DDS Python Ubuntu CI (nightly)](https://github.com/eProsima/Fast-DDS-Python/actions/workflows/nightly-ubuntu-ci.yml/badge.svg)](https://github.com/eProsima/Fast-DDS-Python/actions/workflows/nightly-ubuntu-ci.yml)
11+
[![Fast DDS Python Windows CI (nightly)](https://github.com/eProsima/Fast-DDS-Python/actions/workflows/nightly-windows-ci.yml/badge.svg)](https://github.com/eProsima/Fast-DDS-Python/actions/workflows/nightly-windows-ci.yml)
1112

1213
*eProsima Fast DDS Python* is a Python binding for the [*eProsima Fast DDS*](https://github.com/eProsima/Fast-DDS) C++ library.
1314
This is a work in progress, but ultimately the goal is having the complete *Fast DDS* API available in Python.

RELEASE_SUPPORT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Release support
22

3-
43
Please, refer to the [main branch](https://github.com/eProsima/Fast-DDS-Python/blob/master/RELEASE_SUPPORT.md) for the latest version of this document.

0 commit comments

Comments
 (0)