Merge pull request #96408 from Bromeon/feature/gdextension-c-compile
CI: Add C compile step for `gdextension_interface.h`
This commit is contained in:
commit
71ad72b5aa
10
.github/workflows/godot_cpp_test.yml
vendored
10
.github/workflows/godot_cpp_test.yml
vendored
@ -56,3 +56,13 @@ jobs:
|
||||
cd godot-cpp/test
|
||||
scons target=template_debug dev_build=yes
|
||||
cd ../..
|
||||
|
||||
gdextension-c-compile:
|
||||
runs-on: "ubuntu-20.04"
|
||||
name: "Check GDExtension header with a C compiler"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: "Run C compiler on gdextension_interface.h"
|
||||
run: |
|
||||
gcc -c core/extension/gdextension_interface.h
|
||||
|
Loading…
Reference in New Issue
Block a user