File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 5555 cmake --build build --config Debug -v
5656
5757 build_release : |
58- cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DGODOT_TARGET=TEMPLATE_RELEASE -B build_release test
58+ cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DGODOT_TARGET=template_release -B build_release test
5959 cmake --build build_release --config Release -v
6060
6161 platform :
8383 CMake : build_release/godot-cpp/bin/Release/libgodot-cpp.linux.template_release.double.x86_64.a
8484 flags :
8585 SCons : platform=linux precision=double
86- CMake : -G "Ninja Multi-Config" -DGODOT_PRECISION=DOUBLE
86+ CMake : -G "Ninja Multi-Config" -DGODOT_PRECISION=double
8787 run-tests : false
8888 cache-name : linux-x86_64-f64
8989
@@ -298,4 +298,3 @@ jobs:
298298 name : ${{ matrix.platform.artifact-name }}-${{ matrix.builder.name }}
299299 path : ${{ matrix.platform.artifact-path[matrix.builder.name] }}
300300 if-no-files-found : error
301-
You can’t perform that action at this time.
0 commit comments