Skip to content

upgrade to cpp20 on main cmake plus reorganize CI #3

upgrade to cpp20 on main cmake plus reorganize CI

upgrade to cpp20 on main cmake plus reorganize CI #3

# CMake build of ZEngine for Windows
#
name: Windows Test Build Workflow
on:
push:
branches: ['header-reorganization']
jobs:
cmake-build:
name: cmake-test-build-windows-debug
runs-on: windows-2022
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: CMake Build
run: .\Scripts\BuildEngine.ps1 -Configurations 'Debug' -RunClangFormat 0
shell: pwsh
- names: Run Tests

Check failure on line 21 in .github/workflows/test-on-windows.yml

View workflow run for this annotation

GitHub Actions / Windows Test Build Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/test-on-windows.yml (Line: 21, Col: 9): Unexpected value 'names'
run: .\Scripts\RunTests.ps1