lowercase fix
parent
b55a7dd547
commit
2a937ae2a8
|
@ -55,7 +55,7 @@ jobs:
|
||||||
cmake --build build --config Debug -v
|
cmake --build build --config Debug -v
|
||||||
|
|
||||||
build_release: |
|
build_release: |
|
||||||
cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DGODOT_TARGET=TEMPLATE_RELEASE -B build_release test
|
cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DGODOT_TARGET=template_release -B build_release test
|
||||||
cmake --build build_release --config Release -v
|
cmake --build build_release --config Release -v
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
@ -83,7 +83,7 @@ jobs:
|
||||||
CMake: build_release/godot-cpp/bin/Release/libgodot-cpp.linux.template_release.double.x86_64.a
|
CMake: build_release/godot-cpp/bin/Release/libgodot-cpp.linux.template_release.double.x86_64.a
|
||||||
flags:
|
flags:
|
||||||
SCons: platform=linux precision=double
|
SCons: platform=linux precision=double
|
||||||
CMake: -G "Ninja Multi-Config" -DGODOT_PRECISION=DOUBLE
|
CMake: -G "Ninja Multi-Config" -DGODOT_PRECISION=double
|
||||||
run-tests: false
|
run-tests: false
|
||||||
cache-name: linux-x86_64-f64
|
cache-name: linux-x86_64-f64
|
||||||
|
|
||||||
|
@ -298,4 +298,3 @@ jobs:
|
||||||
name: ${{ matrix.platform.artifact-name }}-${{ matrix.builder.name }}
|
name: ${{ matrix.platform.artifact-name }}-${{ matrix.builder.name }}
|
||||||
path: ${{ matrix.platform.artifact-path[matrix.builder.name] }}
|
path: ${{ matrix.platform.artifact-path[matrix.builder.name] }}
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue