mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
Add CI step for compiling and testing godot-cpp
This commit is contained in:
parent
f4c3192d0a
commit
daff03576d
2 changed files with 52 additions and 0 deletions
11
misc/scripts/compare_extension_api.py
Executable file
11
misc/scripts/compare_extension_api.py
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import sys
|
||||
|
||||
# TODO:
|
||||
# Add a process that compares the original godot-cpp/godot-headers/extension_api.json with the new extension_api.json (both passed as arguments) and reports any API calls that have been removed.
|
||||
# If we only have additions or no changes to the file, we pass
|
||||
# For now we deem this too early because the API isn't stable enough yet.
|
||||
|
||||
sys.exit(0)
|
Loading…
Add table
Add a link
Reference in a new issue