generated from archlinux-packages/template
Build sway group
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
61f2a244eb
commit
6676c4acf3
1 changed files with 44 additions and 15 deletions
57
.drone.yml
57
.drone.yml
|
@ -8,15 +8,30 @@ platform:
|
|||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: build-package
|
||||
- name: wlroots-git
|
||||
image: depau/drone-makepkg:aarch64
|
||||
settings:
|
||||
#aur: aurpackage-git
|
||||
#repo: https://gitlab.manjaro.org/manjaro-arm/packages/...git
|
||||
#install_outputs: yes # default
|
||||
#install: 'pkg1,pkg2,pkg3'
|
||||
#pkgbuild: ./PKGBUILD # default
|
||||
#auto_makeflags: yes # default
|
||||
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
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
@ -28,13 +43,27 @@ platform:
|
|||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: build-package
|
||||
- name: wlroots-git
|
||||
image: depau/drone-makepkg:x86_64
|
||||
settings:
|
||||
#aur: aurpackage-git
|
||||
#repo: https://gitlab.manjaro.org/manjaro-arm/packages/...git
|
||||
#install_outputs: yes # default
|
||||
#install: 'pkg1,pkg2,pkg3'
|
||||
#pkgbuild: ./PKGBUILD # default
|
||||
#auto_makeflags: yes # default
|
||||
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
|
||||
image: depau/drone-makepkg:x86_64
|
||||
settings:
|
||||
aur: swaylock-git
|
||||
|
|
Loading…
Reference in a new issue