feature add other arch
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
tqcq 2023-11-16 19:25:54 +08:00
parent bc957ffa37
commit 95a7ee1d9a
2 changed files with 34 additions and 1 deletions

View File

@ -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

View File

@ -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-*