Merge pull request #63 from Ivorforce/patch-1
commit
c85d165399
|
@ -23,9 +23,6 @@ inputs:
|
||||||
em-cache-directory:
|
em-cache-directory:
|
||||||
default: emsdk-cache
|
default: emsdk-cache
|
||||||
description: Emscripten cache directory.
|
description: Emscripten cache directory.
|
||||||
godot-cpp-directory:
|
|
||||||
default: 'godot-cpp/'
|
|
||||||
description: Location of godot-cpp in the repository. Must not contain relative path signifiers (. or ..). Must be a transparent path part (empty or 'path/to/directory/', ending in a slash).
|
|
||||||
gdextension-directory:
|
gdextension-directory:
|
||||||
default: ''
|
default: ''
|
||||||
description: Location of the gdextension project within the repository. Must not contain relative path signifiers (. or ..). Must be a transparent path part (empty or 'path/to/directory/', ending in a slash).
|
description: Location of the gdextension project within the repository. Must not contain relative path signifiers (. or ..). Must be a transparent path part (empty or 'path/to/directory/', ending in a slash).
|
||||||
|
@ -106,16 +103,7 @@ runs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{ github.workspace }}/${{ inputs.gdextension-directory }}${{ inputs.scons-cache }}
|
${{ github.workspace }}/${{ inputs.gdextension-directory }}${{ inputs.scons-cache }}
|
||||||
${{ github.workspace }}/${{ inputs.godot-cpp-directory }}${{ inputs.scons-cache }}
|
|
||||||
key: ${{ inputs.platform }}_${{ inputs.arch }}_${{ inputs.float-precision }}_${{ inputs.build-target-type }}_cache
|
key: ${{ inputs.platform }}_${{ inputs.arch }}_${{ inputs.float-precision }}_${{ inputs.build-target-type }}_cache
|
||||||
# Build godot-cpp
|
|
||||||
- name: Build godot-cpp Debug Build
|
|
||||||
shell: sh
|
|
||||||
env:
|
|
||||||
SCONS_CACHE: ${{ github.workspace }}/${{ inputs.godot-cpp-directory }}${{ inputs.scons-cache }}
|
|
||||||
run: |
|
|
||||||
scons target=${{ inputs.build-target-type }} platform=${{ inputs.platform }} arch=${{ inputs.arch }} generate_bindings=yes precision=${{ inputs.float-precision }}
|
|
||||||
working-directory: ${{ inputs.godot-cpp-directory }}
|
|
||||||
# Build gdextension
|
# Build gdextension
|
||||||
- name: Build GDExtension Debug Build
|
- name: Build GDExtension Debug Build
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|
Loading…
Reference in New Issue