Build sway group
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Davide Depau 2020-04-18 04:26:18 +02:00
parent 61f2a244eb
commit 6676c4acf3
Signed by: depau
GPG Key ID: C7D999B6A55EFE86
1 changed files with 44 additions and 15 deletions

View File

@ -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