Skip to content

Merge latest features from CatDogEngine/CatDogEngine #628

Merge latest features from CatDogEngine/CatDogEngine

Merge latest features from CatDogEngine/CatDogEngine #628

name: win64_vs2022_msvc
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-engine:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
with:
submodules: recursive
- name: Add MSBuild to PATH
uses: microsoft/[email protected]
- name: Make 3rdParty
run: ${{github.workspace}}/MakeThirdParty_vs2022.bat
- name: Make Engine
run: ${{github.workspace}}/MakeEngine_vs2022.bat
- name: Build Debugx64
run: msbuild ${{github.workspace}}/CatDogEngine.sln /p:Configuration=Debug /p:Platform=x64
- name: Build Releasex64
run: msbuild ${{github.workspace}}/CatDogEngine.sln /p:Configuration=Release /p:Platform=x64