Skip to content

remove custom action #5

remove custom action

remove custom action #5

name: ZEngine Window CMake Build
on:
push:
branches: [ newcmakelinux ]

Check failure on line 5 in .github/workflows/windowsbuildcmake.yml

View workflow run for this annotation

GitHub Actions / ZEngine Window CMake Build

Invalid workflow file

The workflow is not valid. .github/workflows/windowsbuildcmake.yml (Line: 5, Col: 1): Unexpected value 'branches'
jobs:
Windows-CMake-Build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Create CMake Build Directory
shell: pwsh
run: mkdir ../build && cmake -B ../build -DCMAKE_BUILD_TYPE=Debug -G Ninja
- name: Build
shell: pwsh
run: cmake --build ../build
- name: Test
shell: pwsh
run: ctest .
working-directory: ../build/ZEngine/tests