mirror of https://github.com/godotengine/godot
CI: Fix running the unit tests on windows
(cherry picked from commit adbb323163)
This commit is contained in:
parent
3af3e88d81
commit
4cabfc1756
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
target: editor
|
target: editor
|
||||||
tests: true
|
tests: true
|
||||||
# Skip debug symbols, they're way too big with MSVC.
|
# Skip debug symbols, they're way too big with MSVC.
|
||||||
sconsflags: debug_symbols=no vsproj=yes
|
sconsflags: debug_symbols=no vsproj=yes windows_subsystem=console
|
||||||
bin: "./bin/godot.windows.editor.x86_64.exe"
|
bin: "./bin/godot.windows.editor.x86_64.exe"
|
||||||
|
|
||||||
- name: Template (target=template_release)
|
- name: Template (target=template_release)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue