Browse Source

Merge pull request #59992 from bruvzg/remove_godotcpp_build

Rémi Verschelde 3 years ago
parent
commit
26879ed55f
1 changed files with 0 additions and 8 deletions
  1. 0 8
      .github/workflows/linux_builds.yml

+ 0 - 8
.github/workflows/linux_builds.yml

@@ -193,14 +193,6 @@ jobs:
           cp -f extension_api.json godot-cpp/godot-headers/
           cp -f extension_api.json godot-cpp/godot-headers/
           cp -f core/extension/gdnative_interface.h godot-cpp/godot-headers/godot/
           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
       # Build godot-cpp test extension
       - name: Build godot-cpp test extension
       - name: Build godot-cpp test extension
         if: ${{ matrix.godot-cpp-test }}
         if: ${{ matrix.godot-cpp-test }}