We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0533104 commit 65b8381Copy full SHA for 65b8381
.github/workflows/ci.yaml
@@ -44,7 +44,7 @@ jobs:
44
- name: CMake
45
build_debug: |
46
cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -B build_debug .
47
- cmake --build build_debug --config Debug -v
+ 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 .
0 commit comments