|
@@ -4,6 +4,7 @@ on: [push, pull_request]
|
|
|
# Global Settings
|
|
|
# SCONS_CACHE for windows must be set in the build environment
|
|
|
env:
|
|
|
+ # Only used for the cache key. Increment version to force clean build.
|
|
|
GODOT_BASE_BRANCH: master
|
|
|
SCONSFLAGS: verbose=yes warnings=all werror=yes module_text_server_fb_enabled=yes
|
|
|
SCONS_CACHE_MSVC_CONFIG: true
|
|
@@ -56,7 +57,6 @@ jobs:
|
|
|
target: ${{ matrix.target }}
|
|
|
tools: ${{ matrix.tools }}
|
|
|
tests: ${{ matrix.tests }}
|
|
|
- scons-cache-limit: 3072
|
|
|
|
|
|
# Execute unit tests for the editor
|
|
|
- name: Unit tests
|