Skip to content

Add Linux CI workflow #85

Add Linux CI workflow

Add Linux CI workflow #85

Workflow file for this run

on:
push:
branches: [ master, develop, arena-integration ]
pull_request:
branches: [ master, develop, arena-integration ]
jobs:
clang-format:
strategy:
matrix:
directories: [ZEngine, Tetragrama]
uses: ./.github/workflows/job-clangformat.yml
with:
srcDirectory: ${{ matrix.directories }}
windows:
needs: clang-format
uses: ./.github/workflows/windows-build.yml
with:
targetFramework: net8.0
macOS:
needs: clang-format
uses: ./.github/workflows/macOS-build.yml
with:
targetFramework: net8.0
linux:
needs: clang-format
uses: ./.github/workflows/linux-build.yml
with:
targetFramework: net8.0

Check failure on line 32 in .github/workflows/Engine-CI.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Engine-CI.yml

Invalid workflow file

The workflow is not valid. MathewBensonCode/RendererEngine/.github/workflows/linux-build.yml@dcc642678c428f74b945b94dc065427e2bc32367 (Line: 32, Col: 11): Input targetFramework is required, but not provided while calling.