Skip to content

[+] More lunacy util functions #79

[+] More lunacy util functions

[+] More lunacy util functions #79

Workflow file for this run

name: build
on:
push:
branches:
- 'master'
paths-ignore:
- '*.md'
pull_request:
paths-ignore:
- '*.md'
jobs:
build:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
os: [windows]
arch: [x86]
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: 'true'
- name: Setup MSVC Dev Cmd
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x86
- name: Configure and Build Project
uses: threeal/cmake-action@main
with:
args: --preset x86-release