Skip to content

fix: TESForm::LookupByEditorID ID #154

fix: TESForm::LookupByEditorID ID

fix: TESForm::LookupByEditorID ID #154

Workflow file for this run

name: Main CI [XMake]
on:
pull_request:
branches: [main, feature/*, fix/*]
paths:
- "CommonLibSF/**"
- "xmake.lua"
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
mode: [release]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup XMake
uses: xmake-io/[email protected]
with:
xmake-version: "2.8.2"
- name: Configure
run: xmake config -y --mode=${{ matrix.mode }} --vs_toolset=14.37
- name: Build
run: xmake build -y -vD