mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-07-30 23:17:29 -05:00
Merge branch 'master' of https://github.com/hykilpikonna/AquaDX
This commit is contained in:
commit
2211e1c816
22
.github/workflows/aquamai.yml
vendored
Normal file
22
.github/workflows/aquamai.yml
vendored
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user