Skip to content

Commit 327e5d3

Browse files
committed
CI: Add a Linux job for template_debug
1 parent 0b6a717 commit 327e5d3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/linux_builds.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
artifact: false
7575
cache-limit: 5
7676

77-
- name: Template w/ Mono (target=template_release, tests=yes)
77+
- name: Template w/ Mono, release (target=template_release, tests=yes)
7878
cache-name: linux-template-mono
7979
target: template_release
8080
sconsflags: module_mono_enabled=yes
@@ -84,6 +84,16 @@ jobs:
8484
artifact: true
8585
cache-limit: 1
8686

87+
- name: Template w/ Mono, debug (target=template_debug, tests=yes)
88+
cache-name: linux-template-mono-debug
89+
target: template_debug
90+
sconsflags: module_mono_enabled=yes
91+
bin: ./bin/godot.linuxbsd.template_debug.x86_64.mono
92+
build-mono: false
93+
tests: true
94+
artifact: true
95+
cache-limit: 1
96+
8797
- name: Minimal template (target=template_release, tests=yes, everything disabled)
8898
cache-name: linux-template-minimal
8999
target: template_release

0 commit comments

Comments
 (0)