mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Remove redundant godot-cpp
build stage.
This commit is contained in:
parent
0f9231ca0f
commit
38fcb9d112
8
.github/workflows/linux_builds.yml
vendored
8
.github/workflows/linux_builds.yml
vendored
@ -193,14 +193,6 @@ jobs:
|
||||
cp -f extension_api.json godot-cpp/godot-headers/
|
||||
cp -f core/extension/gdnative_interface.h godot-cpp/godot-headers/godot/
|
||||
|
||||
# Build godot-cpp library
|
||||
- name: Build godot-cpp library
|
||||
if: ${{ matrix.godot-cpp-test }}
|
||||
run: |
|
||||
cd godot-cpp
|
||||
scons target=${{ matrix.target }} generate_bindings=yes -j2
|
||||
cd ..
|
||||
|
||||
# Build godot-cpp test extension
|
||||
- name: Build godot-cpp test extension
|
||||
if: ${{ matrix.godot-cpp-test }}
|
||||
|
Loading…
Reference in New Issue
Block a user