Skip to content

Fast DDS MacOS CI (nightly 3.2.x) #183

Fast DDS MacOS CI (nightly 3.2.x)

Fast DDS MacOS CI (nightly 3.2.x) #183

name: Fast DDS MacOS CI (nightly 3.2.x)
on:
workflow_dispatch:
schedule:
- cron: '0 22 * * *' # At 22:00 GMT
jobs:
nightly-mac-ci-3_2_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-3.2.x'
cmake-args: "-DSECURITY=${{ matrix.security }} -DTHIRDPARTY_Asio=FORCE"
ctest-args: "-LE xfail"
fastdds-branch: '3.2.x'
use-ccache: false