Skip to content

Vulkan 断言条件修正 #357

Vulkan 断言条件修正

Vulkan 断言条件修正 #357

Workflow file for this run

name: Build Windows
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
# windows 10 with latest image
runs-on: windows-latest
strategy:
matrix:
configuration: [debug, release]
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Build
run: ./build_windows.bat ${{matrix.configuration}}