Skip to content

Fix deprecated use of ALooper_PollAll and double spawn. #32

Fix deprecated use of ALooper_PollAll and double spawn.

Fix deprecated use of ALooper_PollAll and double spawn. #32

name: 'Windows Build Chapters'
on:
pull_request:
branches: [ "main" ]
# tags:
# - "v*.*.*"
# workflow_dispatch:
jobs:
build:
name: Windows Build
runs-on: ${{matrix.os}}
strategy:
fail-fast: true
matrix:
os: [windows-latest]
target: [windows]
graphics: [VULKAN, OPENGL, DX11, DX12]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build ${{ matrix.gfx }} on ${{ matrix.os }}
run: |
echo "Building ${{ matrix.os }} ${{ github.ref_name }}"
set GFX=${{ matrix.graphics }}
mkdir build
cd build
cmake ..
cmake --build .