Various enhancements to Visual Studio solution generation.

This adds support for building solutions with dev_mode and/or float=64 enabled.
Additionally, it adds solution generation to the Windows CI to catch future regressions.
This commit is contained in:
TechnoPorg
2022-10-04 19:04:37 -06:00
parent 4eb9e3326e
commit f124616a5f
2 changed files with 9 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ jobs:
target: editor
tests: true
# Skip debug symbols, they're way too big with MSVC.
sconsflags: debug_symbols=no
sconsflags: debug_symbols=no vsproj=yes
bin: "./bin/godot.windows.editor.x86_64.exe"
- name: Template (target=template_release, tools=no)