mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
CI: Add a Linux job for template_debug
This commit is contained in:
parent
0b6a717ac1
commit
327e5d3a4c
1 changed files with 11 additions and 1 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue