Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Windows Build

Windows Build #30

Workflow file for this run

name: Windows Build
run-name: Windows Build
on:
workflow_dispatch:
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Configuring CMake
run: make configure
- name: Building
run: make build