CI: Add a Linux job for template_debug
This commit is contained in:
12
.github/workflows/linux_builds.yml
vendored
12
.github/workflows/linux_builds.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user