Skip to content

chore: add xmake ci

chore: add xmake ci #1

Workflow file for this run

name: Main CI [XMake]
on: [push]
jobs:
build:
runs-on: windows-latest
stategy:

Check failure on line 8 in .github/workflows/main_ci_xmake.yml

View workflow run for this annotation

GitHub Actions / Main CI [XMake]

Invalid workflow file

The workflow is not valid. .github/workflows/main_ci_xmake.yml (Line: 8, Col: 5): Unexpected value 'stategy'
fail-fast: false
matrix:
mode: [release]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup XMake
uses: xmake-io/github-action-setup-xmake@latest
with:
xmake-version: '2.8.2'
- name: Configure
run: xmake config --mode=${{ matrix.mode }}
- name: Build
run: xmake build -y -vD