Merge pull request #59992 from bruvzg/remove_godotcpp_build

This commit is contained in:
Rémi Verschelde 2022-04-07 20:19:13 +02:00 committed by GitHub
commit 26879ed55f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}