cmake arg fix

pull/1452/head
Vano 2024-09-15 00:54:30 +03:00
parent bf08ce7f84
commit b55a7dd547
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ jobs:
- name: CMake - name: CMake
generate_sources: | generate_sources: |
cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -B build test cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -B build test
build_godot_cpp_debug: | build_godot_cpp_debug: |
cmake --build build --config Debug --target godot-cpp -v cmake --build build --config Debug --target godot-cpp -v
@ -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_FLOAT_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