Skip to content

Fast DDS Windows CI (nightly) #41

Fast DDS Windows CI (nightly)

Fast DDS Windows CI (nightly) #41

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