group-sway/.drone.yml

72 lines
1.2 KiB
YAML
Raw Normal View History

2020-04-18 02:22:33 +00:00
---
kind: pipeline
type: docker
name: aarch64
platform:
os: linux
arch: arm64
steps:
2020-04-18 02:26:18 +00:00
- name: wlroots-git
2020-04-18 02:22:33 +00:00
image: depau/drone-makepkg:aarch64
2020-04-18 03:00:07 +00:00
pull: always
2020-04-18 02:22:33 +00:00
settings:
2020-04-18 02:26:18 +00:00
aur: wlroots-git
- name: sway-git
image: depau/drone-makepkg:aarch64
settings:
aur: sway-git
- name: swaybg-git
image: depau/drone-makepkg:aarch64
settings:
aur: swaybg-git
- name: swayidle-git
image: depau/drone-makepkg:aarch64
settings:
aur: swayidle-git
- name: swaylock-git
image: depau/drone-makepkg:aarch64
settings:
aur: swaylock-git
2020-04-18 02:22:33 +00:00
---
kind: pipeline
type: docker
name: x86_64
platform:
os: linux
arch: amd64
steps:
2020-04-18 02:26:18 +00:00
- name: wlroots-git
image: depau/drone-makepkg:x86_64
2020-04-18 03:00:07 +00:00
pull: always
2020-04-18 02:26:18 +00:00
settings:
aur: wlroots-git
- name: sway-git
image: depau/drone-makepkg:x86_64
settings:
aur: sway-git
- name: swaybg-git
image: depau/drone-makepkg:x86_64
settings:
aur: swaybg-git
- name: swayidle-git
image: depau/drone-makepkg:x86_64
settings:
aur: swayidle-git
- name: swaylock-git
2020-04-18 02:22:33 +00:00
image: depau/drone-makepkg:x86_64
settings:
2020-04-18 02:26:18 +00:00
aur: swaylock-git