mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Signed-off-by: Filipe Laíns <lains@archlinux.org> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
12 lines
366 B
YAML
12 lines
366 B
YAML
image: archlinux
|
|
|
|
before_script:
|
|
- pacman -Syu --noconfirm --noprogressbar --needed
|
|
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
|
|
python-pytest-tap
|
|
|
|
test:
|
|
script:
|
|
- make -C test
|