[ADD][CI] Full install testing

I use a second pipeline so that they could run in parallel when using
multiple runners
This commit is contained in:
Bruno BELANYI 2020-08-22 20:18:56 +02:00
parent b58ab22ae1
commit c072d8eceb

View file

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