From c072d8eceb6a7703268875f8246236d9c7cd716c Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 22 Aug 2020 20:18:56 +0200 Subject: [PATCH] [ADD][CI] Full install testing I use a second pipeline so that they could run in parallel when using multiple runners --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.drone.yml b/.drone.yml index 6dd1ff0..f660bb8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,3 +11,16 @@ steps: - "echo 'root ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers" - make link-all - make unlink-all + +--- +kind: pipeline +name: verify install + +steps: + - name: full install + image: oblique/archlinux-yay + pull: always + commands: + - "echo 'root ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers" + - ./bootstrap.sh --no-creds --no-lang --no-yay + - make YAY='sudo -u aur yay -S --noconfirm --needed'