Skip to content

test ci

test ci #1

Workflow file for this run

name: Build on Windows
on:
push:
branches: [ci-test]
workflow_dispatch:
jobs:
build-server:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- run: choco install xmake -y
- run: xmake build server