.gitlab-ci.yml - handle artifact

This commit is contained in:
Oscar Krause 2022-12-28 21:21:59 +01:00
parent 334f6a704f
commit f27d1c383e

View File

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