RSS: Set proper content type header
[aur.git] / .gitlab-ci.yml
blob9dc951aa4b2ffc58197e1eff3976f2005436cd66
1 image: archlinux
3 cache:
4   key: system-v1
5   paths:
6     # For some reason Gitlab CI only supports storing cache/artifacts in a path relative to the build directory
7     - .pkg-cache
9 before_script:
10   - pacman -Syu --noconfirm --noprogressbar --needed --cachedir .pkg-cache
11            base-devel git gpgme protobuf pyalpm python-mysql-connector
12            python-pygit2 python-srcinfo python-bleach python-markdown
13            python-sqlalchemy python-alembic python-pytest python-werkzeug
14            python-pytest-tap python-fastapi uvicorn nginx python-authlib
15            python-itsdangerous python-httpx
17 test:
18   script:
19     - make -C test