ci: add gitlab ci

Signed-off-by: Filipe Laíns <lains@archlinux.org>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Filipe Laíns 2020-05-20 23:15:16 +01:00 committed by Lukas Fleischer
parent 71740a75a2
commit db02227cc4

12
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,12 @@
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