diff --git a/.drone.yml b/.drone.yml index 96a395f..91c5f74 100644 --- a/.drone.yml +++ b/.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