Introduce C4EnumInfo for unified serialization and script constant re… #2026
This file contains 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
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 }} |