|
@@ -27,6 +27,8 @@ jobs:
|
|
target: release_debug
|
|
target: release_debug
|
|
tools: true
|
|
tools: true
|
|
tests: true
|
|
tests: true
|
|
|
|
+ # Skip debug symbols, they're way too big with MSVC.
|
|
|
|
+ sconsflags: debug_symbols=no
|
|
bin: "./bin/godot.windows.opt.tools.64.exe"
|
|
bin: "./bin/godot.windows.opt.tools.64.exe"
|
|
|
|
|
|
- name: Template (target=release, tools=no)
|
|
- name: Template (target=release, tools=no)
|
|
@@ -57,7 +59,6 @@ jobs:
|
|
target: ${{ matrix.target }}
|
|
target: ${{ matrix.target }}
|
|
tools: ${{ matrix.tools }}
|
|
tools: ${{ matrix.tools }}
|
|
tests: ${{ matrix.tests }}
|
|
tests: ${{ matrix.tests }}
|
|
- scons-cache-limit: 8192
|
|
|
|
|
|
|
|
# Execute unit tests for the editor
|
|
# Execute unit tests for the editor
|
|
- name: Unit tests
|
|
- name: Unit tests
|