mirror of https://github.com/godotengine/godot
CI: Add a Linux job for `template_debug`
This commit is contained in:
parent
0b6a717ac1
commit
327e5d3a4c
|
|
@ -74,7 +74,7 @@ jobs:
|
||||||
artifact: false
|
artifact: false
|
||||||
cache-limit: 5
|
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
|
cache-name: linux-template-mono
|
||||||
target: template_release
|
target: template_release
|
||||||
sconsflags: module_mono_enabled=yes
|
sconsflags: module_mono_enabled=yes
|
||||||
|
|
@ -84,6 +84,16 @@ jobs:
|
||||||
artifact: true
|
artifact: true
|
||||||
cache-limit: 1
|
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)
|
- name: Minimal template (target=template_release, tests=yes, everything disabled)
|
||||||
cache-name: linux-template-minimal
|
cache-name: linux-template-minimal
|
||||||
target: template_release
|
target: template_release
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue