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 1d856ed commit 001cf4fCopy full SHA for 001cf4f
.github/workflows/ci.yaml
@@ -44,11 +44,11 @@ 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 RelWithDebInfo -v
+ cmake --build build_debug --config RelWithDebInfo --target scripts -v
48
49
build_release: |
50
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
+ cmake --build build_release --config Release --target scripts -v
52
53
platform:
54
- name: 🐧 Linux
0 commit comments