zig/ci/drone/drone.yml

26 lines
371 B
YAML
Raw Normal View History

2019-10-25 02:09:09 +08:00
---
kind: pipeline
name: test-aarch64-linux-gnu
platform:
arch: arm64
steps:
- name: build-and-test
image: alpine:edge
commands:
- ./ci/drone/linux_script aarch64 linux musl
---
kind: pipeline
name: test-arm-linux-gnueabihf
platform:
arch: arm
steps:
- name: build-and-test
image: alpine:edge
commands:
- ./ci/drone/linux_script arm linux musleabihf