Skip to content

Fast DDS Windows CI (nightly) #44

Fast DDS Windows CI (nightly)

Fast DDS Windows CI (nightly) #44

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'
cmake_build_type:
- 'Debug'
- 'RelWithDebInfo'
uses: eProsima/Fast-DDS/.github/workflows/reusable-windows-ci.yml@master
with:
label: 'nightly-sec-${{ matrix.security }}-windows-ci-master'
cmake-config: ${{ matrix.cmake_build_type }}

Check failure on line 22 in .github/workflows/nightly-windows-master.yml

View workflow run for this annotation

GitHub Actions / Fast DDS Windows CI (nightly)

Invalid workflow file

The workflow is not valid. .github/workflows/nightly-windows-master.yml (Line: 22, Col: 21): Invalid input, cmake-config is not defined in the referenced workflow.
cmake-args: "-DSECURITY=${{ matrix.security }}"
ctest-args: "-LE xfail"
fastdds_branch: 'master'