Skip to content

Commit 673b434

Browse files
authored
Merge pull request #15 from inkandswitch/wip-stuff
Refs/heads/wip stuff
2 parents 8473460 + ae9b613 commit 673b434

20 files changed

+3568
-1477
lines changed

.github/workflows/all_editor_builds.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ on:
55
# Global Settings
66
# SCONS_CACHE for windows must be set in the build environment
77
env:
8+
GODOT_REPOSITORY: nikitalita/godot
89
GODOT_BASE_BRANCH: master
910
# Change the README too
10-
GODOT_MAIN_SYNC_REF: 4.4
11-
SCONSFLAGS: verbose=yes warnings=all werror=no module_text_server_fb_enabled=yes minizip=yes deprecated=yes debug_symbols=yes module_patchwork_editor_enabled=yes
11+
GODOT_MAIN_SYNC_REF: patchwork-4.4
12+
SCONSFLAGS: verbose=yes warnings=all werror=no module_text_server_fb_enabled=yes minizip=yes deprecated=yes debug_symbols=no module_patchwork_editor_enabled=yes
1213
SCONSFLAGS_TEMPLATE: no_editor_splash=yes module_camera_enabled=no module_mobile_vr_enabled=no module_upnp_enabled=no module_websocket_enabled=no module_csg_enabled=yes module_gridmap_enabled=yes use_static_cpp=yes builtin_freetype=yes builtin_libpng=yes builtin_zlib=yes builtin_libwebp=yes builtin_libvorbis=yes builtin_libogg=yes disable_3d=no
1314
SCONS_CACHE_MSVC_CONFIG: true
1415

@@ -54,7 +55,7 @@ jobs:
5455
- name: checkout-godot
5556
uses: actions/checkout@v4
5657
with:
57-
repository: godotengine/godot
58+
repository: ${{env.GODOT_REPOSITORY}}
5859
ref: ${{env.GODOT_MAIN_SYNC_REF}}
5960

6061
- name: checkout-patchwork_editor
@@ -182,7 +183,7 @@ jobs:
182183
# - name: checkout-godot
183184
# uses: actions/checkout@v4
184185
# with:
185-
# repository: godotengine/godot
186+
# repository: GODOT_REPOSITORY
186187
# ref: ${{env.GODOT_MAIN_SYNC_REF}}
187188

188189
# - name: checkout-patchwork_editor

0 commit comments

Comments
 (0)