summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux_builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux_builds.yml')
-rw-r--r--.github/workflows/linux_builds.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml
index dc313359ab..aa30e5a55e 100644
--- a/.github/workflows/linux_builds.yml
+++ b/.github/workflows/linux_builds.yml
@@ -32,6 +32,7 @@ jobs:
build-mono: true
proj-conv: true
artifact: true
+ compat: true
- name: Editor with doubles and GCC sanitizers (target=editor, tests=yes, dev_build=yes, precision=double, use_asan=yes, use_ubsan=yes, linker=gold)
cache-name: linux-editor-double-sanitizers
@@ -202,6 +203,11 @@ jobs:
scons target=template_debug dev_build=yes
cd ../..
+ - name: Check for GDExtension compatibility
+ if: ${{ matrix.compat }}
+ run: |
+ ./misc/scripts/validate_extension_api.sh "${{ matrix.bin }}" || true # don't fail the CI for now
+
- name: Prepare artifact
if: ${{ matrix.artifact }}
run: |