Skip to content

Fast DDS Windows CI (nightly 2.14.x) #26

Fast DDS Windows CI (nightly 2.14.x)

Fast DDS Windows CI (nightly 2.14.x) #26

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