feature add other arch
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
bc957ffa37
commit
95a7ee1d9a
28
.drone.yml
28
.drone.yml
@ -6,3 +6,31 @@ data:
|
|||||||
build_types:
|
build_types:
|
||||||
- Debug
|
- Debug
|
||||||
- Release
|
- Release
|
||||||
|
- image_name: linux-x86
|
||||||
|
build_types:
|
||||||
|
- Debug
|
||||||
|
- Release
|
||||||
|
- image_name: linux-mipsel-lts
|
||||||
|
build_types:
|
||||||
|
- Debug
|
||||||
|
- Release
|
||||||
|
- image_name: linux-mips-lts
|
||||||
|
build_types:
|
||||||
|
- Debug
|
||||||
|
- Release
|
||||||
|
- image_name: linux-armv7-lts
|
||||||
|
build_types:
|
||||||
|
- Debug
|
||||||
|
- Release
|
||||||
|
- image_name: linux-armv6-lts
|
||||||
|
build_types:
|
||||||
|
- Debug
|
||||||
|
- Release
|
||||||
|
- image_name: linux-armv5-lts
|
||||||
|
build_types:
|
||||||
|
- Debug
|
||||||
|
- Release
|
||||||
|
- image_name: linux-arm64-lts
|
||||||
|
build_types:
|
||||||
|
- Debug
|
||||||
|
- Release
|
||||||
|
@ -12,3 +12,8 @@ steps:
|
|||||||
- cmake --build build-{{$image_name}}-{{.}} --config={{.}} -- -j`nproc`
|
- cmake --build build-{{$image_name}}-{{.}} --config={{.}} -- -j`nproc`
|
||||||
{{end}}
|
{{end}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
- name: list all build dir
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- ls -l build-*
|
Loading…
x
Reference in New Issue
Block a user