浏览代码

CI: Add a Linux job for `template_debug`

Rémi Verschelde 7 月之前
父节点
当前提交
327e5d3a4c
共有 1 个文件被更改,包括 11 次插入1 次删除
  1. 11 1
      .github/workflows/linux_builds.yml

+ 11 - 1
.github/workflows/linux_builds.yml

@@ -74,7 +74,7 @@ jobs:
             artifact: false
             cache-limit: 5
 
-          - name: Template w/ Mono (target=template_release, tests=yes)
+          - name: Template w/ Mono, release (target=template_release, tests=yes)
             cache-name: linux-template-mono
             target: template_release
             sconsflags: module_mono_enabled=yes
@@ -84,6 +84,16 @@ jobs:
             artifact: true
             cache-limit: 1
 
+          - name: Template w/ Mono, debug (target=template_debug, tests=yes)
+            cache-name: linux-template-mono-debug
+            target: template_debug
+            sconsflags: module_mono_enabled=yes
+            bin: ./bin/godot.linuxbsd.template_debug.x86_64.mono
+            build-mono: false
+            tests: true
+            artifact: true
+            cache-limit: 1
+
           - name: Minimal template (target=template_release, tests=yes, everything disabled)
             cache-name: linux-template-minimal
             target: template_release