applied changes from samicrusader <hi@samicrusader.me>

This commit is contained in:
Oscar Krause
2022-12-28 21:13:20 +01:00
parent 7f99c260ce
commit f04d4905df
5 changed files with 88 additions and 25 deletions

View File

@@ -52,11 +52,7 @@ build:pamac:
- 'echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers'
- chown -R build:build .
script:
- pwd
#- source PKGBUILD && pacman -Syu --noconfirm --needed --asdeps "${makedepends[@]}" "${depends[@]}"
- ls -lah
- ls -lah app/
- sudo -u build makepkg -si
- sudo -u build makepkg -s
test:
image: python:3.10-slim-bullseye