Skip to content

Setup rotation API

Setup rotation API #72

Workflow file for this run

name: 🪟 Windows
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
name: 🪟 Windows
steps:
- uses: actions/checkout@main
- name: Build
run: |
cd example
cmake -B build -DCMAKE_CXX_FLAGS="/EHsc /W3 /WX"
cmake --build build