mirror of
https://github.com/zerotier/identity.git
synced 2026-05-22 16:29:03 -07:00
add drone config
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: identity-amd64
|
||||
platform:
|
||||
arch: amd64
|
||||
os: linux
|
||||
|
||||
steps:
|
||||
- name: build-identity-amd64
|
||||
image: 084037375216.dkr.ecr.us-east-2.amazonaws.com/honda-builder
|
||||
pull: always
|
||||
environment:
|
||||
PATH: /bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/root/.cargo/bin
|
||||
commands:
|
||||
- cargo build
|
||||
- cargo test
|
||||
trigger:
|
||||
event:
|
||||
- custom
|
||||
- push
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: identity-arm64
|
||||
platform:
|
||||
arch: arm64
|
||||
os: linux
|
||||
|
||||
steps:
|
||||
- name: build-identity-arm64
|
||||
image: 084037375216.dkr.ecr.us-east-2.amazonaws.com/honda-builder
|
||||
pull: always
|
||||
environment:
|
||||
PATH: /bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/root/.cargo/bin
|
||||
commands:
|
||||
- cargo build
|
||||
- cargo test
|
||||
trigger:
|
||||
event:
|
||||
- custom
|
||||
- push
|
||||
Reference in New Issue
Block a user