Compare commits

...

2 Commits

Author SHA1 Message Date
f27d1c383e .gitlab-ci.yml - handle artifact 2022-12-28 21:21:59 +01:00
334f6a704f .gitlab-ci.yml added some debugging 2022-12-28 21:20:19 +01:00

View File

@ -57,6 +57,10 @@ build:pamac:
- source PKGBUILD && pacman -Syu --noconfirm --needed --asdeps "${makedepends[@]}" "${depends[@]}"
# build
- sudo -u build makepkg -s
artifacts:
expire_in: 1 week
paths:
- "*.pkg.tar.zst"
test:
image: python:3.10-slim-bullseye