Merge pull request #58426 from akien-mga/ci-mono-static

This commit is contained in:
Rémi Verschelde 2022-02-22 14:41:04 +01:00 committed by GitHub
commit f880414b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
target: release_debug
tools: true
tests: false # Disabled due freeze caused by mix Mono build and CI
sconsflags: module_mono_enabled=yes mono_glue=no
sconsflags: module_mono_enabled=yes mono_static=yes mono_glue=no
doc-test: true
bin: "./bin/godot.linuxbsd.opt.tools.64.mono"
build-mono: true
@ -47,7 +47,7 @@ jobs:
target: release
tools: false
tests: false
sconsflags: module_mono_enabled=yes mono_glue=no debug_symbols=no
sconsflags: module_mono_enabled=yes mono_static=yes mono_glue=no debug_symbols=no
build-mono: false
artifact: true