This commit is contained in:
Oscar Krause 2022-12-28 21:14:14 +01:00
parent f04d4905df
commit 571e654af1
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ build:pamac:
- 'echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers'
- chown -R build:build .
script:
# download dependencies
- source PKGBUILD && pacman -Syu --noconfirm --needed --asdeps "${makedepends[@]}" "${depends[@]}"
# build
- sudo -u build makepkg -s
test: