[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:
parent
b58ab22ae1
commit
c072d8eceb
1 changed files with 13 additions and 0 deletions
13
.drone.yml
13
.drone.yml
|
|
@ -11,3 +11,16 @@ steps:
|
||||||
- "echo 'root ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
|
- "echo 'root ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
|
||||||
- make link-all
|
- make link-all
|
||||||
- make unlink-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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue