Skip to content

Fast DDS MacOS CI (nightly 2.10.x) #20

Fast DDS MacOS CI (nightly 2.10.x)

Fast DDS MacOS CI (nightly 2.10.x) #20

name: Fast DDS MacOS CI (nightly 2.10.x)
on:
workflow_dispatch:
schedule:
- cron: '0 22 * * *' # At 22:00 GMT
jobs:
nightly-mac-ci-2_10_x:
strategy:
fail-fast: false
matrix:
security:
- 'ON'
- 'OFF'
uses: eProsima/Fast-DDS/.github/workflows/[email protected]
with:
label: 'nightly-sec-${{ matrix.security }}-mac-ci-2.10.x'
cmake-args: "-DSECURITY=${{ matrix.security }}"
ctest-args: "-LE xfail"
fastdds-branch: '2.10.x'
use-ccache: false