Check OFM-DFA Build #31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Check build of OpenKNX OFM with Reference OAM (merging/building of OpenKNX knxprod + build of full releases) | |
| # SPDX-License-Identifier: AGPL-3.0-only | |
| # Copyright (C) 2024-2025 Cornelius Koepp | |
| name: DFA-check | |
| run-name: Check OFM-DFA Build | |
| on: [push] | |
| jobs: | |
| check: | |
| name: Check '${{ matrix.target }}' in '${{ matrix.oam }}' | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| include: | |
| - oam: OAM-StateEngine | |
| # knxprod_xml: StateEngine-DFA16-Release | |
| target: DFA16-Release | |
| # # [BUILD]: all build targets | |
| # target: | |
| # - DFA16-Release | |
| # # - "" | |
| # | |
| # # [REF]: same commit and (newest on) branch | |
| # # restore_branch: | |
| # # - false | |
| # # - true | |
| uses: ./.github/workflows/openknx-ofm-check.yml | |
| with: | |
| KNXPROD_PREFIX: StateEngine | |
| oam: ${{ matrix.oam }} | |
| target: ${{ matrix.target }} | |
| # restore_branch: ${{ matrix.restore_branch }} |