inkscape-git/.drone.yml

31 lines
390 B
YAML
Raw Permalink Normal View History

2020-04-18 02:19:16 +00:00
---
kind: pipeline
type: docker
name: aarch64
platform:
os: linux
arch: arm64
steps:
- name: build-package
image: depau/drone-makepkg:aarch64
settings:
2020-04-18 02:20:11 +00:00
aur: inkscape-git
2020-04-18 02:19:16 +00:00
---
kind: pipeline
type: docker
name: x86_64
platform:
os: linux
arch: amd64
steps:
- name: build-package
image: depau/drone-makepkg:x86_64
settings:
2020-04-18 02:20:11 +00:00
aur: inkscape-git
2020-04-18 02:19:16 +00:00