1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Add a minimal template build to CI

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
Aaron Franke
2021-11-12 09:30:34 -06:00
parent 57ae154e86
commit ae713f8980
3 changed files with 12 additions and 0 deletions

View File

@@ -51,6 +51,14 @@ jobs:
build-mono: false
artifact: true
- name: Minimal Template (target=release, tools=no, everything disabled)
cache-name: linux-template-minimal
target: release
tools: false
tests: false
sconsflags: modules_enabled_by_default=no disable_3d=yes disable_advanced_gui=yes deprecated=no minizip=no
artifact: true
steps:
- uses: actions/checkout@v2