This commit is contained in:
parent
aa68f8bbd4
commit
f20a3e7127
@ -8,10 +8,9 @@ steps:
|
|||||||
- name: build {{ .image_name }}
|
- name: build {{ .image_name }}
|
||||||
image: dockcross/{{ .image_name }}
|
image: dockcross/{{ .image_name }}
|
||||||
commands:
|
commands:
|
||||||
|
{{ $build_types := $default_build_types }}
|
||||||
{{ if .build_types }}
|
{{ if .build_types }}
|
||||||
{{ $build_types := .build_types }}
|
{{ $build_types := .build_types }}
|
||||||
{{ else }}
|
|
||||||
{{ $build_types := $default_build_types }}
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ range $build_types }}
|
{{ range $build_types }}
|
||||||
- cmake . -Bbuild-{{$image_name}}-{{.}} -DCMAKE_BUILD_TYPE={{.}}
|
- cmake . -Bbuild-{{$image_name}}-{{.}} -DCMAKE_BUILD_TYPE={{.}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user