add docker and windows build

This commit is contained in:
coco875
2024-01-24 16:52:59 -06:00
committed by Lywx
parent 656440aeee
commit 6b98f3eb92
3 changed files with 47 additions and 6 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Windows Compile
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
- name: Build
run: |
cmake -S . -B "build/x64" -G "Visual Studio 16 2019" -T v142 -A x64 -DCMAKE_BUILD_TYPE=Debug