feat: add SF_HEAP_REDEFINE_NEW to some structs,Leveled object decoding, change baseListCount to std::uint8 and other RE #169
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |