feature cmake使用详细信息
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
tqcq 2023-11-17 14:21:31 +08:00
parent d4fc2cb4e9
commit 0dd0cd3e54

View File

@ -32,7 +32,7 @@ steps:
{{ end }} {{ end }}
- cmake . -B$BUILD_DIR -DCMAKE_BUILD_TYPE=$BUILD_TYPE - cmake . -B$BUILD_DIR -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- cmake --build $BUILD_DIR --config $BUILD_TYPE -- -j`nproc` - cmake --verbose --build $BUILD_DIR --config $BUILD_TYPE -- -j`nproc`
{{ range $after_commands }} {{ range $after_commands }}
- {{ . }} - {{ . }}