Update '.drone.yml'

This commit is contained in:
Shaquille Soekhlal 2022-03-28 18:03:46 +02:00
parent 098767816a
commit a81bc90f5d

View File

@ -17,4 +17,8 @@ steps:
image: archlinux:base-devel
commands:
- pacman -Syu --noconfirm
- useradd --no-create-home --shell=/bin/false build && usermod -L build
- echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
- echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
- su build
- MAKEFLAGS="-j$(nproc)" makepkg --syncdeps