Skip to content

Turn filelists to proper cmake files and include() them for proper ch… #2028

Turn filelists to proper cmake files and include() them for proper ch…

Turn filelists to proper cmake files and include() them for proper ch… #2028

Workflow file for this run

name: Autobuild
on:
push:
branches: '*'
tags-ignore: '*'
pull_request:
branches: '*'
defaults:
run:
shell: bash
jobs:
generate-ci-config:
name: Generate CI Configuration
uses: './.github/workflows/ci-config.yml'
Autobuild:
needs: [generate-ci-config]
uses: './.github/workflows/build.yml'
with:
matrix: ${{ needs.generate-ci-config.outputs.matrix }}