mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
71740a75a2
commit
db02227cc4
1 changed files with 12 additions and 0 deletions
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal 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
|
Loading…
Add table
Reference in a new issue