Skip to content

yaml release test

yaml release test #813

Workflow file for this run

name: Windows (MSVC)
on: [push]
jobs:
ci:
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: prepare
run: |
git submodule update --init --recursive
- name: cmake
run: |
cmake .
- name: build
run: |
cmake --build . --config Release -- /nologo /verbosity:minimal /maxcpucount:4