mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
ci: add cache to gitlab ci
Signed-off-by: Filipe Laíns <lains@archlinux.org> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
db02227cc4
commit
23f6dd16a7
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,13 @@
|
|||
image: archlinux
|
||||
|
||||
cache:
|
||||
key: system-v1
|
||||
paths:
|
||||
# For some reason Gitlab CI only supports storing cache/artifacts in a path relative to the build directory
|
||||
- .pkg-cache
|
||||
|
||||
before_script:
|
||||
- pacman -Syu --noconfirm --noprogressbar --needed
|
||||
- pacman -Syu --noconfirm --noprogressbar --needed --cachedir .pkg-cache
|
||||
base-devel git gpgme protobuf pyalpm python-mysql-connector
|
||||
python-pygit2 python-srcinfo python-bleach python-markdown
|
||||
python-sqlalchemy python-alembic python-pytest python-werkzeug
|
||||
|
|
Loading…
Add table
Reference in a new issue