Merge pull request #58425 from akien-mga/3.x-ci-mono-static
This commit is contained in:
commit
bc82747629
4
.github/workflows/linux_builds.yml
vendored
4
.github/workflows/linux_builds.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
cache-name: linux-editor-mono
|
cache-name: linux-editor-mono
|
||||||
target: release_debug
|
target: release_debug
|
||||||
tools: true
|
tools: true
|
||||||
sconsflags: module_mono_enabled=yes mono_glue=no
|
sconsflags: module_mono_enabled=yes mono_static=yes mono_glue=no
|
||||||
bin: "./bin/godot.x11.opt.tools.64.mono"
|
bin: "./bin/godot.x11.opt.tools.64.mono"
|
||||||
build-mono: true
|
build-mono: true
|
||||||
artifact: true
|
artifact: true
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
cache-name: linux-template-mono
|
cache-name: linux-template-mono
|
||||||
target: release
|
target: release
|
||||||
tools: false
|
tools: 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
|
build-mono: false
|
||||||
artifact: true
|
artifact: true
|
||||||
|
|
||||||
|
2
.github/workflows/server_builds.yml
vendored
2
.github/workflows/server_builds.yml
vendored
@ -4,7 +4,7 @@ on: [push, pull_request]
|
|||||||
# Global Settings
|
# Global Settings
|
||||||
env:
|
env:
|
||||||
GODOT_BASE_BRANCH: 3.x
|
GODOT_BASE_BRANCH: 3.x
|
||||||
SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no module_mono_enabled=yes mono_glue=no
|
SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no module_mono_enabled=yes mono_static=yes mono_glue=no
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-server
|
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-server
|
||||||
|
Loading…
Reference in New Issue
Block a user