fix cmake --config=xxx to --config xxx
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
2a63c14a06
commit
d18bb91413
@ -14,7 +14,7 @@ steps:
|
||||
{{ end }}
|
||||
{{ range $build_types }}
|
||||
- cmake . -Bbuild-{{$image_name}}-{{.}} -DCMAKE_BUILD_TYPE={{.}}
|
||||
- cmake --build build-{{$image_name}}-{{.}} --config={{.}} -- -j`nproc`
|
||||
- cmake --build build-{{$image_name}}-{{.}} --config {{.}} -- -j`nproc`
|
||||
{{end}}
|
||||
{{ end }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user