install aurweb package & init db on GitLab CI

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-01-20 14:08:39 -08:00
parent 6d08789ac1
commit 57c11ae13f

View file

@ -18,5 +18,8 @@ before_script:
test:
script:
- python setup.py install
- sed -r "s;YOUR_AUR_ROOT;$(pwd);g" conf/config.dev > conf/config
- AUR_CONFIG=conf/config python -m aurweb.initdb
- make -C test
- coverage report --include='aurweb/*'