1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

CI: Force building TextServer fallback

It's normally opt-in as the advanced one (CTL support) is the default,
but we need to build it to catch potential build issues.
This commit is contained in:
Rémi Verschelde
2020-12-29 10:04:29 +01:00
parent edccc0bbdf
commit 456acda57a
5 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ on: [push, pull_request]
# Global Settings
env:
GODOT_BASE_BRANCH: master
SCONSFLAGS: platform=iphone verbose=yes warnings=extra werror=yes --jobs=2
SCONSFLAGS: platform=iphone verbose=yes warnings=extra werror=yes --jobs=2 module_text_server_fb_enabled=yes
SCONS_CACHE_LIMIT: 4096
jobs: