We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b8381 commit 9c66a03Copy full SHA for 9c66a03
1 file changed
.github/workflows/ci.yaml
@@ -47,7 +47,7 @@ jobs:
47
cmake --build build_debug --config RelWithDebInfo -v
48
49
build_release: |
50
- cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DGODOT_TARGET=template_release -B build_release .
+ cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DGODOTCPP_TARGET=template_release -B build_release .
51
cmake --build build_release --config Release -v
52
53
platform:
@@ -75,7 +75,7 @@ jobs:
75
CMake: bin/libscripts.linux.template_debug.double.x86_64.so
76
flags:
77
SCons: platform=linux precision=double
78
- CMake: -G "Ninja Multi-Config" -DGODOT_PRECISION=double
+ CMake: -G "Ninja Multi-Config" -DGODOTCPP_PRECISION=double
79
run-tests: false
80
cache-name: linux-x86_64-f64
81
0 commit comments