summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2021-11-12 09:30:34 -0600
committerAaron Franke <arnfranke@yahoo.com>2021-11-12 09:30:50 -0600
commitae713f8980c734211ab72fb9bc266d108da3c58d (patch)
treefd6f3a2ac8cb429aa515cfdcc6ecf7bd0c1bf459 /.github
parent57ae154e864befec34c286cab8f3303d17b55912 (diff)
Add a minimal template build to CI
Co-authored-by: RĂ©mi Verschelde <rverschelde@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux_builds.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml
index 15bd4bc69b..44d0cb041f 100644
--- a/.github/workflows/linux_builds.yml
+++ b/.github/workflows/linux_builds.yml
@@ -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