pull/6/head
Azalea 2024-02-07 01:29:36 -05:00
commit 2211e1c816
1 changed files with 22 additions and 0 deletions

22
.github/workflows/aquamai.yml vendored 100644
View File

@ -0,0 +1,22 @@
name: AquaMai Build
on:
push:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
defaults:
run:
working-directory: ./AquaMai
steps:
- uses: actions/checkout@v4
- name: Setup MSBuild Path
uses: microsoft/setup-msbuild@v1.0.2
- name: Build with MSBuild
run: msbuild.exe .\AquaMai.csproj