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
59
.drone.yml
59
.drone.yml
|
@ -8,15 +8,30 @@ platform:
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-package
|
- name: wlroots-git
|
||||||
image: depau/drone-makepkg:aarch64
|
image: depau/drone-makepkg:aarch64
|
||||||
settings:
|
settings:
|
||||||
#aur: aurpackage-git
|
aur: wlroots-git
|
||||||
#repo: https://gitlab.manjaro.org/manjaro-arm/packages/...git
|
|
||||||
#install_outputs: yes # default
|
- name: sway-git
|
||||||
#install: 'pkg1,pkg2,pkg3'
|
image: depau/drone-makepkg:aarch64
|
||||||
#pkgbuild: ./PKGBUILD # default
|
settings:
|
||||||
#auto_makeflags: yes # default
|
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
|
kind: pipeline
|
||||||
|
@ -28,13 +43,27 @@ platform:
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-package
|
- name: wlroots-git
|
||||||
image: depau/drone-makepkg:x86_64
|
image: depau/drone-makepkg:x86_64
|
||||||
settings:
|
settings:
|
||||||
#aur: aurpackage-git
|
aur: wlroots-git
|
||||||
#repo: https://gitlab.manjaro.org/manjaro-arm/packages/...git
|
|
||||||
#install_outputs: yes # default
|
- name: sway-git
|
||||||
#install: 'pkg1,pkg2,pkg3'
|
image: depau/drone-makepkg:x86_64
|
||||||
#pkgbuild: ./PKGBUILD # default
|
settings:
|
||||||
#auto_makeflags: yes # default
|
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