mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Allow to compile templates without physics servers
This commit is contained in:
parent
b13c96b097
commit
5ad414d046
72 changed files with 951 additions and 364 deletions
2
.github/workflows/linux_builds.yml
vendored
2
.github/workflows/linux_builds.yml
vendored
|
@ -90,7 +90,7 @@ jobs:
|
|||
- name: Minimal template (target=template_release, tests=yes, everything disabled)
|
||||
cache-name: linux-template-minimal
|
||||
target: template_release
|
||||
sconsflags: modules_enabled_by_default=no disable_3d=yes disable_advanced_gui=yes deprecated=no minizip=no
|
||||
sconsflags: modules_enabled_by_default=no disable_3d=yes disable_advanced_gui=yes disable_physics_2d=yes disable_physics_3d=yes deprecated=no minizip=no
|
||||
bin: ./bin/godot.linuxbsd.template_release.x86_64
|
||||
tests: true
|
||||
artifact: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue